13 lines
462 B
Markdown
13 lines
462 B
Markdown
|
|
## GIT 操作相关
|
|
* [开始使用 git](git/start.md)
|
|
|
|
* [优雅的提交你的 Git Commit Message](https://zhuanlan.zhihu.com/p/34223150)
|
|
|
|
* [Git 工作流程 - 阮一峰](http://www.ruanyifeng.com/blog/2015/12/git-workflow.html)
|
|
着重了解 “四、Gitlab flow”
|
|
|
|
* [不要把配置文件放到你的 Git 代码仓库](https://www.oschina.net/translate/dont-include-configs-in-your-git-repos)
|
|
|
|
* [使用 rebase 打造可读的 git graph](git/rebase.md)
|