mirror of
https://github.com/k88hudson/git-flight-rules.git
synced 2025-06-16 12:54:01 -03:00
formatting
This commit is contained in:
@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user