1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00
This commit is contained in:
Nicolas Dermine 2017-11-19 18:56:54 +01:00 committed by Richard Littauer
parent 9dafe52a63
commit 4cb52c015c

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