Answers for "Remove all your local git branches but keep master"

0

Remove all your local git branches but keep master

git branch | grep -v “master” | xargs git branch -D
Posted by: Guest on August-06-2021

Code answers related to "Remove all your local git branches but keep master"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language