1
0
mirror of https://github.com/k88hudson/git-flight-rules.git synced 2025-03-10 12:48:43 -03:00

formatting

This commit is contained in:
Kate Hudson 2014-07-22 16:35:05 -04:00
parent 68c0e673b1
commit 45725ed8b9

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.