快速学习Git, Git学习总结, 常见问题
本文用于快速学习git
请使用 Chrome
浏览器, 并安装 MarkDown Preview Plus
扩展后查看本文档
三年 Git 使用心得 & 常见问题整理
https://juejin.im/post/5ee649ff51882542ea2b5108
廖雪峰教程
- 教程链接
- 别名配置
- 别名记录
1
2
3
4
5
6
7
8$ git config --global alias.st status
st -> status
co -> checkout
ci -> commit
br -> branch
unstage -> reset HEAD
last -> log -1
lg -> log --color --graph --pretty=format:'...' --abbrev-commit