Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
GitHubでプルリクエスト作成・レビュー・マージまでやってみよう
Search
Ishimoto Tatsuya
March 09, 2023
Technology
0
82
GitHubでプルリクエスト作成・レビュー・マージまでやってみよう
GitHubの使い方を補足資料としてまとめたものです。
Ishimoto Tatsuya
March 09, 2023
Tweet
Share
More Decks by Ishimoto Tatsuya
See All by Ishimoto Tatsuya
Visual Studio CodeのDev Containersを使って開発環境構築してみよう(2024/09/07版)
ismt7
0
88
AWS AmplifyではじめるDevOps
ismt7
0
41
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
640
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
61
Visual Studio Code リモート開発 スタートガイド
ismt7
1
18
Visual Studio Codeで始めるリモート開発入門
ismt7
1
390
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
57
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
52
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
39
Other Decks in Technology
See All in Technology
「家族アルバム みてね」における運用管理・ オブザーバビリティの全貌 / Overview of Operation Management and Observability in FamilyAlbum
isaoshimizu
4
170
DevRelの始め方
moongift
PRO
2
400
ナレッジグラフとLLMの相互利用
koujikozaki
0
430
事前準備が肝!AI活用のための業務改革
layerx
PRO
1
400
可視化により内部品質をあげるAIドキュメントリバース/20240910 Hiromitsu Akiba
shift_evolve
0
230
QAに対する超個人的な解釈 / Personal Take on QA
toma_sm
1
160
持続可能なソフトウェア開発を支える『GitHub CI/CD実践ガイド』
tmknom
8
1.5k
効果的なオンコール対応と障害対応
ryuichi1208
6
3.1k
アプリをリリースできる状態に保ったまま 段階的にリファクタリングするための 戦略と戦術 / Strategies and tactics for incremental refactoring
yanzm
6
1.5k
Google CloudのLLM活用の選択肢を広げるVertex AIのパートナーモデル
nayuts
0
130
o1のAPIで実験してみたが 制限きつすぎて辛かった話
pharma_x_tech
0
240
横断組織として考える共通DBの課題解決 〜 桃園の誓いアーキテクチャ 〜 / Addressing Shared Database Challenges as Cross-Team: “Peach Garden Oath” Architecture
4geru
0
260
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
123
18k
How to train your dragon (web standard)
notwaldorf
85
5.6k
WebSockets: Embracing the real-time Web
robhawkes
59
7.3k
A Tale of Four Properties
chriscoyier
155
22k
Fashionably flexible responsive web design (full day workshop)
malarkey
401
65k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.2k
Embracing the Ebb and Flow
colly
83
4.4k
Put a Button on it: Removing Barriers to Going Fast.
kastner
58
3.4k
Designing Experiences People Love
moore
138
23k
The Illustrated Children's Guide to Kubernetes
chrisshort
47
48k
Facilitating Awesome Meetings
lara
49
6k
YesSQL, Process and Tooling at Scale
rocio
167
14k
Transcript
プルリクエスト作成 レビュー・マージまで やってみよう 日本仮想化技術株式会社 VirtualTech.jp 2023/03/09 1
レビューとは: • コードの品質を向上させるために、開発者が作成したコードを別の開発者がチェック • コードが機能するかどうかだけでなく、読みやすさやベストプラクティスにも焦点を当てる • レビュアーは、コードの問題を特定し、開発者にフィードバックを提供することができる • 開発者は、問題を修正し、コードの品質を高めることができる プルリクエストとは:
• 開発プロジェクトにおいて、メンバーが自分の変更を提案する方法 • 変更内容を示し、変更がなぜ必要かを説明して、レビューを依頼します • レビュアーが変更を承認すると、変更がマージされる 概要 2
プルリクエストの作成 3
4 手順 • (リモートリポジトリにプッシュ後) • プッシュ先のリポジトリをGitHubで表示 • 「Compare&Pull request」をクリック •
プルリクエストの情報を入力して、「Create pull request」をクリック ◦ assignee(レビュー依頼者):自分を選択 ◦ reviewer(レビュー者):レビューして欲しい人を選択(複数選択可)
5
6
7
8
9
10
11
レビューの実施 12
13
14
15
マージ 16
17
18
19
20
おわり 21