Skip to content

Commit

Permalink
docs: small grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Nov 12, 2017
1 parent f60cd9d commit 186ed0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 186ed0a

Please sign in to comment.