Rename a branchIn local developmentgit branch -m <old_name> <new_name>Update the remotegit push origin -u <new_name>