docs: small grammar fix

This commit is contained in:
Richard Littauer 2017-11-12 10:31:50 -05:00
parent f60cd9d835
commit 186ed0a1e4
1 changed files with 1 additions and 2 deletions

View File

@ -136,8 +136,7 @@ $ git add myfile
$ git commit --amend --no-edit
```
This is particularly useful when you have an open patch and you have committed an unnecessary file, and need to force push to update the patch on a remote.
`--no-edit` option is used to keep the existing commit message.
This is particularly useful when you have an open patch and you have committed an unnecessary file, and need to force push to update the patch on a remote. The `--no-edit` option is used to keep the existing commit message.
<a name="delete-pushed-commit"></a>
### I want to delete or remove my last commit