以下のコマンドを実行することでブランチ名を変更できます。
git branch -m '古いブランチ名' '新しいブランチ名'
カレントブランチの名称を変更する場合には以下のコマンドで変更できます。
git branch -m '新しいブランチ名'
Go to list of users who liked
以下のコマンドを実行することでブランチ名を変更できます。
git branch -m '古いブランチ名' '新しいブランチ名'
カレントブランチの名称を変更する場合には以下のコマンドで変更できます。
git branch -m '新しいブランチ名'
Register as a new user and use Qiita more conveniently
Go to list of users who liked