Change the command to minimize side effects

This commit is contained in:
Filipp Pirozhkov 2017-11-10 19:18:27 +03:00
parent 88e905a4c2
commit 545a53e808
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ In order to remove a file from a commit, do the following:
```sh
$ git checkout HEAD^ myfile
$ git add -A
$ git add myfile
$ git commit --amend
```