ブランチ名変更

現在のブランチのブランチ名を変更

 git branch new_name

ブランチ名がnew_nameに変わった。

あるブランチのブランチ名を変更

 git branch -m old_name new_name

ブランチ名がold_nameからnew_nameに変わった。

すでに存在するブランチ名で上書き

 git branch -M new_name

注意点

  • ブランチ名の変更はいつ行っても良い。reflogが書き換わるので。

参考

https://git-scm.com/docs/git-branch


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS