Skip to content

Commit 2370225

Browse files
authored
Update git-memo.content.md: Fix Typo
1 parent cb74514 commit 2370225

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ git commit --amend --no-edit
3737

3838
## Branches
3939

40-
Lists all local branches in your repository (use -a for remote local and remote branches):
40+
Lists all local branches in your repository (use -a for local and remote branches):
4141

4242
```shell
4343
git branch
@@ -94,4 +94,4 @@ Renaming the local master branch to main
9494

9595
```shell
9696
git branch -m master main
97-
```
97+
```

0 commit comments

Comments
 (0)