We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2370225 commit bdc2889Copy full SHA for bdc2889
src/tools/git-memo/git-memo.content.md
@@ -37,19 +37,19 @@ git commit --amend --no-edit
37
38
## Branches
39
40
-Lists all local branches in your repository (use -a for local and remote branches):
+Lists all local branches in your repository (use -a for local and remote branches)
41
42
```shell
43
git branch
44
```
45
46
-Switch to an existing branch:
+Switch to an existing branch
47
48
49
git switch [branch name]
50
51
52
-Create a new branch:
+Create a new branch
53
54
55
git checkout -b [branch name]
0 commit comments