Fix: typo

This commit is contained in:
Wilfried OLLIVIER 2020-02-17 18:30:52 +01:00
parent 3ecdfd5e3f
commit 8f0586947a
1 changed files with 2 additions and 2 deletions

View File

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