Skip to content

Commit

Permalink
Change the command to minimize side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipp Pirozhkov committed Nov 10, 2017
1 parent 88e905a commit 545a53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 545a53e

Please sign in to comment.