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?

【備忘録】PR作成、mainブランチにマージ

Posted at

#GithubでPR(プルリクエスト)作成

1.GitHubの対象リポジトリページを開く
2.Pushしたブランチに対して「Compare & pull request」ボタンが表示されるのでクリック
3.Base branch を main に設定、Compare branch を作業ブランチに設定
4.タイトルと説明(変更点)を記入
5.「Create pull request」ボタンをクリック

#マージ
PRページで変更内容を確認
問題なければ「Merge pull request」→「Confirm merge」

#GitHubでマージ済みのmainブランチを、Sourcetreeでローカルにプルする

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?