ブランチを削除

ローカルブランチを削除

 git branch --delete branch01
 git branch -d branch01

マージステータスに関わらず強制削除

 git branch -D branch01

リモートブランチを削除

 git push origin --delete branch01

参考

http://stackoverflow.com/q/2003505/4734347


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2017-03-04 (土) 02:02:42