Agit branch -m <old-branch-name> <new-branch-name> The git branch -m command is used to rename a branch in GitComment·Article·Nov 9, 2023·Git Commands
Agit checkout -b <branch_name> is used to create a new branch in a Git repository and switch to that branch in a single step.Comment·Article·Nov 8, 2023·Git Commands