Correct minor typo in git-memo.content.md

Removed extra "h" from the word branch
This commit is contained in:
Cory Lewis 2023-11-22 09:54:24 -08:00 committed by GitHub
parent 2d55c0146e
commit f7256fb42a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,7 +98,7 @@ git bisect bad ca82a6dff817ec66f44342007202690a93763949
Pulling new changes into current branch from mainline
```shell
git checkout [branchh-name]
git checkout [branch-name]
git fetch origin [master-branch-name]
git rebase origin/[master-branch-name]
```