From f7256fb42a92484b6f9285764d4825032bba0174 Mon Sep 17 00:00:00 2001 From: Cory Lewis Date: Wed, 22 Nov 2023 09:54:24 -0800 Subject: [PATCH] Correct minor typo in git-memo.content.md Removed extra "h" from the word branch --- src/tools/git-memo/git-memo.content.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/git-memo/git-memo.content.md b/src/tools/git-memo/git-memo.content.md index b3449219..acbddc74 100644 --- a/src/tools/git-memo/git-memo.content.md +++ b/src/tools/git-memo/git-memo.content.md @@ -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] ```