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
190
AWS AmplifyではじめるDevOps
ismt7
0
75
VS CodeのDev Containersを活用して開発を効率化しよう
ismt7
1
820
Visual Studio CodeとGitHub Codespacesで始めるリモート開発入門
ismt7
0
92
Visual Studio Code リモート開発 スタートガイド
ismt7
1
43
Visual Studio Codeで始めるリモート開発入門
ismt7
1
510
これから始めたい人集合! ゼロから学ぶGit_GitHub入門
ismt7
0
87
Visual_Studio_Codeをインストールしよう_Windows編_.pdf
ismt7
0
97
Gitコマンドをインストールする方法①(Windows編)
ismt7
0
74
Other Decks in Technology
See All in Technology
AIエージェント最前線! Amazon Bedrock、Amazon Q、そしてMCPを使いこなそう
minorun365
PRO
14
5.1k
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
100
生成AI時代の開発組織・技術・プロセス 〜 ログラスの挑戦と考察 〜
itohiro73
0
140
Liquid Glass革新とSwiftUI/UIKit進化
fumiyasac0921
0
210
AWS アーキテクチャ作図入門/aws-architecture-diagram-101
ma2shita
29
11k
Prox Industries株式会社 会社紹介資料
proxindustries
0
280
Oracle Audit Vault and Database Firewall 20 概要
oracle4engineer
PRO
3
1.7k
Wasm元年
askua
0
140
SalesforceArchitectGroupOsaka#20_CNX'25_Report
atomica7sei
0
170
Github Copilot エージェントモードで試してみた
ochtum
0
100
BigQuery Remote FunctionでLooker Studioをインタラクティブ化
cuebic9bic
3
280
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
11
3.9k
Featured
See All Featured
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.3k
Adopting Sorbet at Scale
ufuk
77
9.4k
GitHub's CSS Performance
jonrohan
1031
460k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
210
What's in a price? How to price your products and services
michaelherold
246
12k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Being A Developer After 40
akosma
90
590k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Optimizing for Happiness
mojombo
379
70k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
930
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