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
180
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
260
AWS AmplifyではじめるDevOps
ismt7
0
100
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
930
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
120
Visual Studio Code リモート開発 スタートガイド
ismt7
1
75
Visual Studio Codeで始めるリモート開発入門
ismt7
1
650
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
120
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
130
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
100
Other Decks in Technology
See All in Technology
Phase07_実務適用
overflowinc
0
2.1k
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
11k
The Rise of Browser Automation: AI-Powered Web Interaction in 2026
marcthompson_seo
0
310
韓非子に学ぶAI活用術
tomfook
3
1.1k
Zephyr(RTOS)でOpenPLCを実装してみた
iotengineer22
0
140
「通るまでRe-run」から卒業!落ちないテストを書く勘所
asumikam
2
780
OPENLOGI Company Profile for engineer
hr01
1
61k
GitHub Copilot CLI で Azure Portal to Bicep
tsubakimoto_s
0
270
Bref でサービスを運用している話
sgash708
0
200
MIX AUDIO EN BROADCAST
ralpherick
0
110
SSoT(Single Source of Truth)で「壊して再生」する設計
kawauso
2
380
The essence of decision-making lies in primary data
kaminashi
0
120
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
150
The Art of Programming - Codeland 2020
erikaheidi
57
14k
How to build a perfect <img>
jonoalderson
1
5.3k
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
The Language of Interfaces
destraynor
162
26k
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
230
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.2k
Crafting Experiences
bethany
1
94
The Spectacular Lies of Maps
axbom
PRO
1
650
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