#やりたいこと
Githubのブランチ削除したい
やりかた
前提:originはgithubリポジトリ
$ git push origin branch
は
$ git push origin branch(local):branch(remote)
の意味なので
$ git push origin :branch
とすれば空がpushされて削除扱いになる
#参考
復習 Git: GitHub のブランチを削除する.
#追記
#↓
でいいんじゃね
Go to list of users who liked
More than 5 years have passed since last update.
#やりたいこと
Githubのブランチ削除したい
前提:originはgithubリポジトリ
$ git push origin branch
は
$ git push origin branch(local):branch(remote)
の意味なので
$ git push origin :branch
とすれば空がpushされて削除扱いになる
#参考
復習 Git: GitHub のブランチを削除する.
#追記
#↓
でいいんじゃね
Register as a new user and use Qiita more conveniently
Go to list of users who liked