Answers for "command to clean remote branches in local git"

2

git clean local remote branch

git fetch origin --prune
Posted by: Guest on October-13-2020
3

git clear remote branch

git remote prune origin
Posted by: Guest on September-04-2020

Code answers related to "command to clean remote branches in local git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language