From 23702258caf1bb64c74dc889e18228752f4b24fd Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 14 Jul 2024 11:28:13 +0200 Subject: [PATCH] Update git-memo.content.md: Fix Typo --- src/tools/git-memo/git-memo.content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/git-memo/git-memo.content.md b/src/tools/git-memo/git-memo.content.md index 02b4ecfe..fd21e958 100644 --- a/src/tools/git-memo/git-memo.content.md +++ b/src/tools/git-memo/git-memo.content.md @@ -37,7 +37,7 @@ git commit --amend --no-edit ## Branches -Lists all local branches in your repository (use -a for remote local and remote branches): +Lists all local branches in your repository (use -a for local and remote branches): ```shell git branch @@ -94,4 +94,4 @@ Renaming the local master branch to main ```shell git branch -m master main -``` \ No newline at end of file +```