Answers for "git how to clean branch with remote"

3

git clean local remote branch

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

git clear remote branch

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

Code answers related to "git how to clean branch with remote"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language