This commit is contained in:
Nicolas Dermine 2017-11-19 18:56:54 +01:00 committed by Richard Littauer
parent 9dafe52a63
commit 4cb52c015c
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ If you want to only reset to some commit between origin and your local, you can
(master)$ git checkout -f
```
To reset only a specific file, you can use that the filename as the argument:
To reset only a specific file, you can use that filename as the argument:
```sh
$ git reset filename