diff --git a/src/dev/tools/git.md b/src/dev/tools/git.md index f455b8d..38080f0 100644 --- a/src/dev/tools/git.md +++ b/src/dev/tools/git.md @@ -14,10 +14,10 @@ If you want to change the name of the local branch (_NOT A GOOD IDEA_) git checkout --track -b gniagnia origin/develop ``` -## Ammend without editing commit message +## Amend without editing commit message ```shell -git commit --ammend --no-edit +git commit --amend --no-edit ``` ## Copy current HEAD sha sum to clipboard