Update git-memo.content.md: Fix Typo

This commit is contained in:
Tobias 2024-07-14 11:28:13 +02:00 committed by GitHub
parent cb74514c30
commit 23702258ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ git commit --amend --no-edit
## Branches ## 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 ```shell
git branch git branch
@ -94,4 +94,4 @@ Renaming the local master branch to main
```shell ```shell
git branch -m master main git branch -m master main
``` ```