跳至內容
Sars' History
使用者工具
登入
網站工具
工具
顯示頁面
舊版
反向連結
最近更新
多媒體管理器
網站地圖
登入
最近更新
多媒體管理器
網站地圖
足跡:
service:git
本頁是唯讀的,您可以看到原始碼,但不能更動它。您如果覺得它不應被鎖上,請詢問管理員。
====== Git ====== ===== Book ===== [[http://progit.org/book/|Pro Git]] ===== Reference ===== http://git-scm.com/ https://git.wiki.kernel.org/index.php/Main_Page [[http://gitref.org/|Git Reference]] [[http://people.debian.org.tw/~chihchun/2008/12/19/linus-torvalds-on-git/|Linus Torvalds on git]] Git - SVN Crash Course: http://git-scm.com/course/svn.html Why Git is Better than X: http://zh-tw.whygitisbetterthanx.com/ ===== 安裝 ===== http://www.qweruiop.org/nchcrails/posts/49 FreeBSD: http://blog.wu-boy.com/2009/10/05/1701/ ===== 指令教學 ===== 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 http://www.qweruiop.org/nchcrails/posts/49 [[https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BxOmgTw3J_P6NTIxY2NmYmQtOGJiZS00N2IzLTllMjEtYzMyNGNkYzQxMDBl&hl=en&authkey=COKa84AO|Git in a Nutshell]] ===== 設定 ===== 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 ===== codebase ===== http://www.codebasehq.com/ ====== Mercurial ====== http://mercurial.selenic.com/ Mercurial is a free, distributed source control management tool. It efficiently handles projects of any size and offers an easy and intuitive interface. ====== Other ====== Git User's Survey 2010 summary: https://git.wiki.kernel.org/index.php/GitSurvey2010
service/git.1300206883.txt.gz
· 上一次變更: 2011/03/16 00:34 由
wenpei
頁面工具
顯示頁面
舊版
反向連結
回到頁頂