0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Git リモートブランチを削除する

Posted at

目的

  • リモートブランチを削除する方法をまとめる

前提情報

  • 紹介するコマンドを実行するとリモートブランチが即座に削除されるので注意する。

詳細

  1. Git管理されているディレクトリに移動する。

  2. 下記コマンドを実行してリモートブランチを削除する。(本コマンドを実行後すぐにリモートブランチが削除されるので注意すること)

    $ git push --delete origin ブランチ名
    
0
0
0

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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?