Skip to content

Commit f7256fb

Browse files
authored
Correct minor typo in git-memo.content.md
Removed extra "h" from the word branch
1 parent 2d55c01 commit f7256fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/git-memo/git-memo.content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ git bisect bad ca82a6dff817ec66f44342007202690a93763949
9898
Pulling new changes into current branch from mainline
9999

100100
```shell
101-
git checkout [branchh-name]
101+
git checkout [branch-name]
102102
git fetch origin [master-branch-name]
103103
git rebase origin/[master-branch-name]
104104
```

0 commit comments

Comments
 (0)