mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-10 12:48:43 -03:00
updates
This commit is contained in:
parent
45725ed8b9
commit
1a9c54d73b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user