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?

【GitHub】プルリクエストをコマンドで作成する方法

Last updated at Posted at 2024-08-10

プルリクエストはGitHub CLIを使用して gh create で作成できます。

gh pr create 

テンプレートを使用する場合には -T <file> をつけます。

gh pr create -T pull_request_template.md

ラベルをつけるには -l <name> をつけます。

gh pr create -l sample

レビューをリクエストするには -r <handle>をつけます。

gh pr create -r UserName

ブラウザを開いて作成するには -w をつけます。

gh pr create -w

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?