次のコマンドを使用するとIssueに紐づけられたブランチを作成できます。
gh issue develop Issue番号 -b ベースブランチ -n "ブランチ名" -c
以下の場合には main ブランチから #10 のIssueに紐づけられた sample ブランチが作成され、 sample ブランチにチェックアウトします。
gh issue develop 10 -b main -n "sample" -c
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 1 year has passed since last update.
次のコマンドを使用するとIssueに紐づけられたブランチを作成できます。
gh issue develop Issue番号 -b ベースブランチ -n "ブランチ名" -c
以下の場合には main ブランチから #10 のIssueに紐づけられた sample ブランチが作成され、 sample ブランチにチェックアウトします。
gh issue develop 10 -b main -n "sample" -c
Register as a new user and use Qiita more conveniently
Go to list of users who liked