http://plog.longwin.com.tw/my_note-unix/2009/05/19/git-learn-initial-command-2009
http://plog.longwin.com.tw/my_note-unix/2009/05/20/git-learn-test-command-2009
git config --global user.name "MyName" git config --global user.email "test@test.com"
cd project/ git init . git add . git commit -m "init commit" git log git show HEAD git blame git branch git checkout -b newbranch git checkout master && git merge newbranch
遠端操作
git clone git://xxxxxx git push origin master
Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface.
Git User's Survey 2010 summary: https://git.wiki.kernel.org/index.php/GitSurvey2010