Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Shell/Bash
clean local branches git
Phillip Elm
Programming language:
Shell/Bash
2021-06-30 00:33:20
0
Q:
clean local branches git
Monocheddar
Code:
Shell/Bash
2021-02-05 04:10:03
git branch --merged master |
grep
-v
'^[ *]*master$'
| xargs git branch -d
1
Tags
git
branch
Related
git delete remote branches in local git
git delete local branch
git clean all submodules on branch switch
git replace local branch with remote
git clean local remote branch
git rename local branch
git rename branch from local
git get local branches
Delete a Git Branch In Local And Remotely
reset branch on local git
delete all local branches git
delete local branch git
git discard local changes
git prune local branches
New to Communities?
Join the community