Skip to content

Commit

Permalink
Updated language of titles
Browse files Browse the repository at this point in the history
  • Loading branch information
k88hudson committed Jul 22, 2014
1 parent 6c03b25 commit 5d5c132
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Flight rules for git

## What are "flight rules"?
### What are "flight rules"?

> *Flight Rules* are the hard-earned body of knowledge recorded in manuals that list, step-by-step, what to do if X occurs, and why. Essentially, they are extremely detailed, scenario-specific standard operating procedures. [...]
Expand All @@ -9,18 +9,18 @@
— Chris Hadfield, *An Astronaut's Guide to Life*.


## Conventions for this document
### Conventions for this document

For clarity's sake all examples in this document use customized bash prompt in order to indicate the current branch and whether or not there are staged changes. The branch is enclosed in brackets, and a `*` next to the branch name indicates staged changes.


## Adding staged changes to the previous commit
## I need to add staged changes to the previous commit

```
(my-branch*)$ git commit --amend
```

## Combining commits
## I need to combine commits

You need to do something called an interactive rebase.

Expand Down

0 comments on commit 5d5c132

Please sign in to comment.