mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-03-11 13:18:50 -03:00
formatting
This commit is contained in:
parent
68c0e673b1
commit
45725ed8b9
@ -1,12 +1,12 @@
|
|||||||
# Flight rules for git
|
# 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
|
(my-branch*)$ git commit --amend
|
||||||
```
|
```
|
||||||
|
|
||||||
## How do I combine commits?
|
## Combining commits
|
||||||
|
|
||||||
You need to do something called an interactive rebase.
|
You need to do something called an interactive rebase.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user