formatting

This commit is contained in:
Kate Hudson 2014-07-22 16:35:05 -04:00
parent 68c0e673b1
commit 45725ed8b9
1 changed files with 2 additions and 2 deletions

View File

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