Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Delete Git Branches - Clean Up Merged Branches | Online Free DevTools by Hexmos

Delete Git branches effortlessly with Git Delete Merged Branches. Quickly remove merged branches, excluding master, to streamline your repository. Free online tool, no registration required.

git-delete-merged-branches

Delete branches that are listed in git branch --merged excluding master. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-merged-branches.

  • Delete merged branches:

git delete-merged-branches

See Also