Answers for "how to remove old git branches"

0

git delete branch start with

git branch -d $(git branch | grep yourSearchPattern)
Posted by: Guest on March-31-2021

Code answers related to "how to remove old git branches"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language