Fix typo
This commit is contained in:
@ -25,7 +25,7 @@ git add <directory>
|
||||
将 `<directory>` 下的更改加入下次提交的缓存。
|
||||
|
||||
```
|
||||
git add -p
|
||||
git add -i
|
||||
```
|
||||
|
||||
开始交互式的缓存,你可以选择文件的一部分加入到下次提交缓存。它会向你展示一堆更改,等待你输入一个命令。`y` 将这块更改加入缓存,`n` 忽略这块更改,`s` 将它分割成更小的块,`e` 手动编辑这块更改,以及 `q` 退出。
|
||||
|
||||
Reference in New Issue
Block a user