Git是所有coder都必须用到的开源工具之一,是Linus Torvalds在linux之后的又一个影响整个开源领域几十年的作品,git是分布式的SCM(Source Control Manager)从本地到服务器都可以自由的管理源代码.
Content
主要
- git introduction
- git log
- git rebase
- git stash
- git flow
- git submodule
- git config
- git commands 其它命令集合
- git reset
- git tag
- git branch
- git commit
- resolve conflicts
- git diff
其它
References
- 官方git 有问题首先查这个
- 官方Pro Git book中文
- Awesome Git
- 参考书籍
- 《Git权威指南》 - 机械工业出版社
- 《Git版本控制管理》 - O’REILLY
TODO
- git rev-parse
- git cherry-pick