Merge pull request #114 from arnavb/update-text

Minor Text Update
This commit is contained in:
Kate Hudson 2017-11-06 20:16:13 -05:00 committed by GitHub
commit 1e80224456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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'