Renaming a branch in git is easy: [cc lang=”bash” line_numbers=”off”] git branch -m old_branch_name new_branch_name [/cc]