Horje
git delete branches that aren't on remote Code Example
delete local branches not on remote
git branch -vv | grep ': gone]'|  grep -v "\*" | awk '{ print $1; }' | xargs -r git branch -D
git delete branches that aren't on remote
git fetch --all --prune




Shell

Related
direnv Code Example direnv Code Example
origin branch still showing in vscode though deleted Code Example origin branch still showing in vscode though deleted Code Example
git push all Code Example git push all Code Example
linux get uuid of partition Code Example linux get uuid of partition Code Example
install gdal ubuntu Code Example install gdal ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10