2021-05-17 git branch rename
gitのローカルのブランチ名を変更したい
$ git branch -m <新しいブランチ名>
from git
help:
-m, –move
Move/rename a branch and the corresponding reflog.
$ git branch -m <新しいブランチ名>
from git
help:
-m, –move
Move/rename a branch and the corresponding reflog.