diff --git a/README.md b/README.md index 015577b..15680b5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Flight rules for git -### I need to add unstaged changes to the previous commit +## Adding unstaged changes to the previous commit ``` (my-branch*)$ git commit --amend ``` -## How do I combine commits? +## Combining commits You need to do something called an interactive rebase.