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?

More than 3 years have passed since last update.

GitとGitHubを基本からまとめてみた【GitHub上からプルリクエストを作成までの流れ】

0
Last updated at Posted at 2021-07-13

GitHub上からプルリクエストを作成までの流れ

(1)『ベースブランチ』をクリックし、master(main)及びdevelopブランチを選択し、
  変更履歴を確認する。

(2)『Pull requests』タブから『New pull request』をクリックする。

(3)『ベースブランチ』と『トピックブランチ』のブランチを選択する。
例:『ベースブランチ』を master及びmain、『トピックブランチ』をdevelopを選択
注意:変更履歴の差分とどのブランチに対して、プルリクエストするかを確認すること

(4)『Create pull request』をクリックし、プルリクエストを作成する。

(5)タイトルにプルリクエストのタイトルを入力し、概要に変更内容や関連するイシューや資料への
 リンクなど、レビュー担当者(プルリクエストを確認する人)へ伝えておきたいことを記入する。

(6)『Create pull request』をクリックする。

(7)自身のGitHubのURLをレビュー担当者へ教える。

参考サイト

初心者向けGithubへのPullRequest方法
GitHubのレビューとプルリクエストについて、およびその作成方法
GitHubを使うなら最低限知っておきたい、プルリクエストの送り方とレビュー、マージの基本

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?