rename a branceh code example Example 1: rename branch git git branch -m <new_name> Example 2: git rename branch git push origin :old-name new-name