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 07, 2023
Technology
0
130
GitHubでレビューしてみよう
GitHubでレビューする手順を補足資料として作成したものです
Ishimoto Tatsuya
March 07, 2023
Tweet
Share
More Decks by Ishimoto Tatsuya
See All by Ishimoto Tatsuya
Visual Studio CodeのDev Containersを使って開発環境構築してみよう(2024/09/07版)
ismt7
0
200
AWS AmplifyではじめるDevOps
ismt7
0
77
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
830
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
93
Visual Studio Code リモート開発 スタートガイド
ismt7
1
46
Visual Studio Codeで始めるリモート開発入門
ismt7
1
510
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
88
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
99
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
76
Other Decks in Technology
See All in Technology
「クラウドコスト絶対削減」を支える技術—FinOpsを超えた徹底的なクラウドコスト削減の実践論
delta_tech
4
180
Getting to Know Your Legacy (System) with AI-Driven Software Archeology (WeAreDevelopers World Congress 2025)
feststelltaste
1
180
Delegating the chores of authenticating users to Keycloak
ahus1
0
170
Four Keysから始める信頼性の改善 - SRE NEXT 2025
ozakikota
0
130
cdk initで生成されるあのファイル達は何なのか/cdk-init-generated-files
tomoki10
1
430
Rethinking Incident Response: Context-Aware AI in Practice
rrreeeyyy
1
230
VGGT: Visual Geometry Grounded Transformer
peisuke
1
550
オフィスビルを監視しよう:フィジカル×デジタルにまたがるSLI/SLO設計と運用の難しさ / Monitoring Office Buildings: The Challenge of Physical-Digital SLI/SLO Design & Operation
bitkey
1
290
american airlines®️ USA Contact Numbers: Complete 2025 Support Guide
supportflight
1
120
衛星運用をソフトウェアエンジニアに依頼したときにできあがるもの
sankichi92
1
210
マルチプロダクト環境におけるSREの役割 / SRE NEXT 2025 lunch session
sugamasao
1
220
shake-upを科学する
rsakata
7
900
Featured
See All Featured
The Language of Interfaces
destraynor
158
25k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.8k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Speed Design
sergeychernyshev
32
1k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
It's Worth the Effort
3n
185
28k
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.7k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
126
53k
Transcript
GitHubで レビューをしてみよう 日本仮想化技術株式会社 VirtualTech.jp 2023/03/07 1
2 概要 • GitHubとは: ◦ GitHubとは、Gitと呼ばれるバージョン管理システムを利用して、ソースコードの共有やバ ージョン管理を行うためのウェブホスティングサービス • レビューとは: ◦
コードレビューとは、開発者が書いたコードを別の開発者がチェックして、品質やセキュリ ティ、保守性などを確認するプロセスのこと • プルリクエストとは: ◦ GitHub上で行われるコードレビューのための機能の1つ ◦ プルリクエストを作成すると、開発者が書いたコードの変更点が見えるようになり、他の開 発者がコードを確認し、コメントや修正リクエストを送ることができる
手順 1. レビューをしたいプルリクエストのURLを開く 2. 「Files changed」をクリックして変更されたファイルを確認 3. コードを選択してからコメントを記述 4. 「Start
review」をクリックしてレビューを開始 5. 「Finish your review」をクリックしてレビュー終了 3
プルリクエストを開く 4
変更されたファイルを確認 5
レビュー開始 6
提案型のコメント機能 7
Markdown形式のプレビュー機能 8
レビュー終了 9
レビューの終了 10
おわり 11