Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gitNotes_from_Liao.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $ git rm <file>
`git rm <file>`相当于执行
```bash
$ rm <file>
$ git add <file>
$ git rm <file>
```
#### 进一步的解释
Q:比如执行了`rm text.txt` 误删了怎么恢复?
Expand Down