git branch -m <current_name> <new_name> # Change Name For Any Branch git branch -m <new_name> # Change Name For Current Branch