Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
k88hudson committed Jul 22, 2014
1 parent 68c0e67 commit 45725ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 45725ed

Please sign in to comment.