0 votes
in GitHub by
_____________ command renames the current branch to <branch>

a)  git remote rm

b)  git branch -m

c)  git branch -D (CAPS)

d)  git rebase
...