LoginSignup
0
1

More than 1 year has passed since last update.

【Git】備忘録〜ベーシックなコマンド〜

Posted at

よく忘れるのでメモしておく。

ブランチ

項目 コマンド
1 確認する git branch
2 作成する git branch [ブランチ名]
3 削除する git branch -d [ブランチ名]
4 切り替える git checkout [切り替え先のブランチ名]

初学者が唐突に言われてテンパるセリフ

「ブランチ切って作業するんやで」

  • 訳) ローカルで新たなブランチ作成後、gitを更新(リモートへプッシュ)するんやで
  • 1→2→4→何かしら変更をする→リモートへプッシュする
0
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
0
1