Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
k88hudson committed Jul 22, 2014
1 parent 45725ed commit 1a9c54d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Flight rules for git

## Adding unstaged changes to the previous commit
## 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

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

0 comments on commit 1a9c54d

Please sign in to comment.