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

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

View File

@ -74,7 +74,3 @@ Then open the project in any merge conflict resolver, and manually resolve the c
### 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 URL for a remote repo
`git remote -v` will show the current remote URL.<br>
`git remote set-url`