Git コマンド

Last Update: 2018.09.04 11:38:14

branch

git branch -m 変更後の名前
現在のブランチの名前を変更
git branch -m 変更したいブランチの名前 変更後の名前
特定のブランチの名前を変更
git branch -M 変更後の名前
すでに存在するブランチの名前に変更