From 580a3c1402e39845b70aca59fa2a881098ce9aed Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Wed, 28 Jun 2023 11:56:04 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e40c1e6..22be15e 100644 --- a/README.md +++ b/README.md @@ -625,7 +625,7 @@ This tells rebase that you want to edit your third last commit and keep the othe (your-branch)$ git commit --amend ``` -which tells Git to recreate the commit, also git will ask you to write a new commit message, using the original commit message as a starting point. Having done that, the hard part is solved. +which tells Git to recreate the commit. Also, Git will ask you to write a new commit message, using the original commit message as a starting point. Having done that, the hard part is solved. ```sh (your-branch)$ git rebase --continue