Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
git delete merged branches
user9020
Programming language:
Shell/Bash
2021-05-26 20:30:11
0
Q:
git delete merged branches
Steve Lin
Code:
Shell/Bash
2021-03-21 15:47:02
git
branch --merged | egrep -v
"(^\*|master|dev)"
| xargs git branch -d
0
Tags
git
branch
Related
delete branches in bulk git
how discharge changes e recover last commit git
git remove added file before commit
remove frmo staging git
remove branch not published yet
recover a merged commit git
git merge pushed commits
why is merge removing gitingore
git how to undo a pushed commit
New to Communities?
Join the community