sandrotanner
Follow
๐
Pinned Loading
-
git_clean_local_branches.md
git_clean_local_branches.md 1deletes all local branches that are merged into master
2```
3git branch | grep -v '^*' | xargs git branch -d
4```
5use uppercase -D to force delete also branches that haven't been merged.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.