Skip to content

Commit

Permalink
Correct minor typo in git-memo.content.md
Browse files Browse the repository at this point in the history
Removed extra "h" from the word branch
  • Loading branch information
mecharmor authored Nov 22, 2023
1 parent 2d55c01 commit f7256fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/git-memo/git-memo.content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
```

0 comments on commit f7256fb

Please sign in to comment.