LoginSignup
1
1

More than 3 years have passed since last update.

gitのブランチ削除コマンド

Last updated at Posted at 2021-01-16

ブランチの削除

ローカルブランチの削除

$ git branch -d ブランチ名

リモートブランチの削除

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

最後に

スクールでチーム開発をしたことはあったのですが、時間が経つと忘れることも多くまとめてみました。
ブランチを切ったり、プルすることもなくなってしまったので今後のためにも、一人擬似チーム開発をしながら学習していこうと思います。

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