vault backup: 2023-08-23 15:34:26

This commit is contained in:
zleyyij 2023-08-23 15:34:26 -06:00
parent 7a585c10a9
commit 627a659115

View File

@ -68,4 +68,5 @@ Then open the project in any merge conflict resolver, and manually resolve the c
### Pull a remote branch ### Pull a remote branch
`git switch [branch-name]` `git switch [branch-name]`
### List all branches ### List all branches (including remote)
`git branch --list -a`