這裏顯示兩個版本的差異處。
| Both sides previous revision 前次修改 下次修改 | 前次修改 | ||
|
service:git [2012/07/10 14:48] wenpei [Reference] |
service:git [2016/04/21 17:59] (目前版本) sars [Book] |
||
|---|---|---|---|
| 行 1: | 行 1: | ||
| ====== Git ====== | ====== Git ====== | ||
| ===== Book ===== | ===== Book ===== | ||
| - | [[http://progit.org/book/|Pro Git]] | + | [[https://git-scm.com/book/zh-tw/v2|Pro Git]] |
| ===== Reference ===== | ===== Reference ===== | ||
| 行 12: | 行 12: | ||
| * [[http://www.slideshare.net/chacon/getting-git|Getting Git]] | * [[http://www.slideshare.net/chacon/getting-git|Getting Git]] | ||
| * [[http://c9s.blogspot.tw/2009/11/migrate-svn-to-git.html|Migrate svn to git]] | * [[http://c9s.blogspot.tw/2009/11/migrate-svn-to-git.html|Migrate svn to git]] | ||
| + | * [[http://nvie.com/posts/a-successful-git-branching-model/|A successful Git branching model]] | ||
| + | * [[http://wildlyinaccurate.com/a-hackers-guide-to-git/|A Hacker’s Guide to Git]] | ||
| + | |||
| ===== 安裝 ===== | ===== 安裝 ===== | ||
| http://www.qweruiop.org/nchcrails/posts/49 | http://www.qweruiop.org/nchcrails/posts/49 | ||
| 行 26: | 行 29: | ||
| [[https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BxOmgTw3J_P6NTIxY2NmYmQtOGJiZS00N2IzLTllMjEtYzMyNGNkYzQxMDBl&hl=en&authkey=COKa84AO|Git in a Nutshell]] | [[https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0BxOmgTw3J_P6NTIxY2NmYmQtOGJiZS00N2IzLTllMjEtYzMyNGNkYzQxMDBl&hl=en&authkey=COKa84AO|Git in a Nutshell]] | ||
| + | [[http://note.drx.tw/2014/01/git-remove-sensitive-data.html|Git: 移除敏感資料]] | ||
| ===== 設定 ===== | ===== 設定 ===== | ||
| git config --global user.name "MyName" | git config --global user.name "MyName" | ||