微博匯聚 003

1216阅读 0评论2011-09-21 MMMIX
分类:项目管理

1、 Stack Overflow 上這篇關於 Git 的貼子相當好:
2、Git 可以被看作是一個帶快照(snapshot)功能的文件系統(filesystem),每一次commit就創建了一個快照。
3、在 Debian 6 上搭建 Git 服務器,安裝 ssh,git-daemon-run,gitweb 即可。另外最好把 git 也裝上。(需要 Wiki 的話可以安裝 gitit。)
4、Git Reference
5、A Visual Git Reference
6、修改 Git 的第一个 commit (或者说没有 parent 的 commit)  
7、Git Reference
8、How to skip “Loose Object” popup when running \'git gui\'  
9、How Git Stores Objects
10、Git cheat sheet http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html
11、git ready, learn git one commit at a time
12、This guide will cover all the basic day-to-day commands you will use with git to interact with remote repos.  
13、SCM, Software configuration management,  
14、Git from the bottom up  
15、Top 10 Git Tutorials for Beginners  
16、Git 201: Slightly More Advanced  
17、Git 102  
18、Understanding the Git Workflow http://sandofsky.com/blog/git-workflow.html 
上一篇:微博匯聚 002
下一篇:微博匯聚 004