diff --git a/src/dev/tools/git.md b/src/dev/tools/git.md index 330b82e..5b58121 100644 --- a/src/dev/tools/git.md +++ b/src/dev/tools/git.md @@ -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 +```