vault backup: 2023-10-09 09:10:46
This commit is contained in:
parent
bf19f90c9b
commit
18528b8cbb
@ -71,8 +71,10 @@ Then open the project in any merge conflict resolver, and manually resolve the c
|
||||
### List all branches (including remote)
|
||||
`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>
|
||||
`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`
|
Loading…
Reference in New Issue
Block a user