From 7f2a4bfd03c873d9ccaa986cea2c10469e2a2c0b Mon Sep 17 00:00:00 2001 From: Arnav Borborah Date: Mon, 6 Nov 2017 20:09:42 -0500 Subject: [PATCH] Minor text update --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ce45926..57ea5dc 100644 --- a/README.md +++ b/README.md @@ -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'