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 +```