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

This commit is contained in:
zleyyij 2023-10-09 09:10:46 -06:00
parent bf19f90c9b
commit 18528b8cbb

View File

@ -71,8 +71,10 @@ Then open the project in any merge conflict resolver, and manually resolve the c
### List all branches (including remote) ### List all branches (including remote)
`git branch --list -a` `git branch --list -a`
## Prune branches that aren't on remote ### Prune branches that aren't on remote
<https://stackoverflow.com/questions/7726949/remove-tracking-branches-no-longer-on-remote><br> <https://stackoverflow.com/questions/7726949/remove-tracking-branches-no-longer-on-remote><br>
`gut remote prune origin` `gut remote prune origin`
## Changing the location of an up ### Changing the URL for a remote repo
`git remote -v` will show the current remote URL.<br>
`git remote set-url`