LoginSignup
55

More than 5 years have passed since last update.

Githubのブランチ削除

Last updated at Posted at 2014-10-17

やりたいこと

Githubのブランチ削除したい

やりかた

前提:originはgithubリポジトリ

$ git push origin branch

$ git push origin branch(local):branch(remote)

の意味なので

$ git push origin :branch

とすれば空がpushされて削除扱いになる

参考

復習 Git: GitHub のブランチを削除する.


追記

ブランチ削除1.png

ブランチ削除2.png

でいいんじゃね

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
55