Fix: typo
This commit is contained in:
parent
3ecdfd5e3f
commit
8f0586947a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue