🐧 Linux 総合学習プラットフォーム
ブランチ

git branch コマンド

git branch [NAME]

ブランチの一覧表示や新規作成を行う。

使用例

git branchブランチ一覧を表示する
git branch featurefeature ブランチを作成する
git branch -d feature不要になったブランチを削除する

関連する学習トピック

📖 ブランチとマージ

同じカテゴリのコマンド

git switchgit checkoutgit merge

▶ 学習アプリで「git branch」を練習する