vault backup: 2023-10-09 09:07:46

This commit is contained in:
zleyyij
2023-10-09 09:07:46 -06:00
parent 16eb5aa9f4
commit a2007d4f4a
2 changed files with 6 additions and 2 deletions

View File

@ -69,4 +69,8 @@ Then open the project in any merge conflict resolver, and manually resolve the c
`git switch [branch-name]`
### List all branches (including remote)
`git branch --list -a`
`git branch --list -a`
## Prune branches that aren't on remote
<https://stackoverflow.com/questions/7726949/remove-tracking-branches-no-longer-on-remote><br>
`gu`