Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 271 Bytes

002.查看工作状态和历史提交.md

File metadata and controls

25 lines (17 loc) · 271 Bytes

1 查看状态

git status

2 回退版本

git reset
git reset HEAD # 回退到上一个版本

3 查看历史提交

git log

4 从暂存区检出

git checkout # 谨慎操作 会覆盖本地文件