Git

96 阅读1分钟

image.png

git rm --cached 文件名删除暂存区的文件
git log查看版本的详细信息(git reflog的升级版)

分支

image.png

团队合作

image.png