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

Guthubプルリクエストの作成

Last updated at Posted at 2025-08-08

Githubでプルリクエストをする方法

 会社でgithubを使う機会があったのでその方法をまとめる
 

  1. ローカルでコミットした変更をGitHubのリモートリポジトリにアップロード

    git push origin your-feature-branch
    

     

  2. Githubのページ上部にあるCompare & pull requestを押す
    またはPull requestsからNew pull requestをクリック
     

  3. プルリクエストの画面で項目を設定

    • base: 変更を統合したいブランチ
    • compare: プッシュした自身の作業ブランチ
       
  4. プルリクエストのタイトルと説明文を入力
     

  5. Create pull requestをクリック

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