nazts-macbook:~ NAzT$history | grep git
68 grails create-app gitdemo
69 cd gitdemo/
79 cd gitdemo/
80 git init
81 git add .
82 git commit -m “initial checkin”
83 git commit -a -m “added head1″
85 git checkout -b listwork
86 git brance
87 git branch
88 git commit -a -m “add h2″
89 git checkout master
90 gitk –all &
91 git config –global github.user NAzT
92 git config –global github.token 2ab9bf9954231d7a129a058c785f2294
468 mkdir git1
469 cd git1/
470 git clone git@github.com:NAzT/repositoryname.git
472 git clone git://github.com/NAzT/dm-tokyo-adapter.git
479 git config –global user.name “NAzT”
480 git config –global user.email nat.w@gmail.com
481 mkdir naztgit1
482 cd naztgit1
483 git init
485 git add README
486 git commit -m ‘first commit’
487 git remote add origin git@github.com:NAzT/naztgit1.git
488 git push origin master
489 cd existing_git_repo
499 git
nazts-macbook:~ NAzT$
Related Blogs
- » Git Rebase: why, and when, you'd use it. – weblog.masukomi.org
- Starting with git in a team of one | subprocess
- Opera Finds Flash Unappetizing For Web Video [Blockquote] | Gadget …
- Config-Model related project for GSoC 2010 « Ddumont's Blog
- Opera Finds Flash Unappetizing For Web Video [Blockquote]
- still don't have a title » Blog Archive » Github announces SVN support
- Apple iPad User Analysis | Y! Mobile Blog
- Matthew Yglesias » Trouble With the “End User” Exemption
- The Fightins » Jamie Moyer Made History Last Night
- Opera Finds Flash Unappetizing For Web Video [Blockquote …
- Sonatype Blog » Maven Tips and Tricks: Using GitHub
- BP History of Lawsuits
- SVN, HG, GIT command control – Desktop applications, Linux system …
- Videos: History will be made | Crash The Crease
- Gitosis Git Hooks for Web Developers
- Re: RemotingExceptions: turn on customErrors in the server's …
- Makatto.com is looking for an User Interface Web Designer …
- tecosystems » The Future of Open Data Looks Like…Github?
- New Xtina! | PerezHilton.com
- Lil' Wayne Gets Sued In Prison AGAIN!! | PerezHilton.com


