vault backup: 2023-10-09 09:07:46
This commit is contained in:
@ -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`
|
Reference in New Issue
Block a user