git rename current branch

March 15 2021

Rename the current branch with the -m flag.

git branch -m <new_branch_name>