logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Git Delete Branch - Remove Local/Remote Branches | Online Free DevTools by Hexmos

Delete Git branches locally and remotely with Git Delete Branch. Streamline branch management, remove outdated branches, and keep your repository clean. Free online tool, no registration required.

git-delete-branch

Delete local and remote Git branches. Part of git-extras. If deleting the checked out branch, only the remote branch will be deleted. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-delete-branch.

  • Delete one or more local and remote Git branches:

git delete-branch {{branch_name1 branch_name2 ...}}

See Also