Add git commit --amend --no-edit
This commit is contained in:
parent
b982b46e16
commit
7337c0b173
1 changed files with 6 additions and 0 deletions
|
@ -13,3 +13,9 @@ If you want to change the name of the local branch (_NOT A GOOD IDEA_)
|
|||
```shell
|
||||
git checkout --track -b gniagnia origin/develop
|
||||
```
|
||||
|
||||
## Ammend without editing commit message
|
||||
|
||||
```shell
|
||||
git commit --ammend --no-edit
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue