This commit is contained in:
nick
2018-05-19 15:00:16 +08:00
parent c44b44d6a9
commit d8d621a4d9
3 changed files with 14 additions and 13 deletions

2
git.md
View File

@ -37,7 +37,7 @@ git checkout . #恢复暂存区的所有文件到工作区
git checkout file #恢复暂存区的指定文件到工作区
git checkout af442cb672b02cdfca1fcb index.php 恢复某个commit的指定文件到暂存区和工作区
git checkout af442cb672b02cdfca1fcb index.php 恢复某个 commit 的指定文件到暂存区和工作区
```