Skip to content

Commit

Permalink
Merge pull request k88hudson#114 from arnavb/update-text
Browse files Browse the repository at this point in the history
Minor Text Update
  • Loading branch information
k88hudson authored Nov 7, 2017
2 parents 7ebe86b + 7f2a4bf commit 1e80224
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 @@ -105,8 +105,7 @@ If you wrote the wrong thing and the commit has not yet been pushed, you can do
```sh
$ git commit --amend
```

You can specify the commit message inline if you want:
This will open your default text editor, where you can edit the message. On the other hand, you can do this all in one command:

```sh
$ git commit --amend -m 'xxxxxxx'
Expand Down

0 comments on commit 1e80224

Please sign in to comment.