Add git commit --amend --no-edit

This commit is contained in:
Wilfried OLLIVIER 2017-11-03 11:32:36 +01:00
parent b982b46e16
commit 7337c0b173
1 changed files with 6 additions and 0 deletions

View File

@ -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
```