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 Rename Branch - Change Branch Names Easily | Online Free DevTools by Hexmos

Rename Git branch names easily with git-rename-branch. Update local and remote branches, manage your repository efficiently. Free online tool, no registration required.

git-rename-branch

Rename a Git branch. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-rename-branch.

  • Rename the branch you are currently on:

git rename-branch {{new_branch_name}}

  • Rename a specific branch:

git rename-branch {{old_branch_name}} {{new_branch_name}}

See Also