看了篇文章,感想学习到了什么
作者以及开发原因
数据结构
常用命令
为啥别人会这么写?
漏掉了知识点snapshot,tree,blob
committed文件状态
三个方面
本地操作,团队协作分支,远程操作
工作区,暂存区,本地库
modifed,staged,
git pull
git status
git add
git commit
git commit --amend
git push
git branch
git checkout
git rebase
git revert
git reset hard,soft,mixed
git log
git help