From 8f0586947a41aa16d5516a48188c17b028aa483e Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Mon, 17 Feb 2020 18:30:52 +0100 Subject: [PATCH] Fix: typo --- src/dev/tools/git.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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