Skip to content

Commit bdc2889

Browse files
authored
Update git-memo.content.md: remove :
1 parent 2370225 commit bdc2889

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

3838
## Branches
3939

40-
Lists all local branches in your repository (use -a for 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
4444
```
4545

46-
Switch to an existing branch:
46+
Switch to an existing branch
4747

4848
```shell
4949
git switch [branch name]
5050
```
5151

52-
Create a new branch:
52+
Create a new branch
5353

5454
```shell
5555
git checkout -b [branch name]

0 commit comments

Comments
 (0)