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
create a pull request for the first time
Search
hidekazuna
May 31, 2021
Programming
0
37
create a pull request for the first time
GitHub を使ってプルリクエストを作成する手順です。
hidekazuna
May 31, 2021
Tweet
Share
More Decks by hidekazuna
See All by hidekazuna
Cluster APIで簡単Kubernetes on OpenStack / Cluster API: easy way to deploy kubernetes on OpenStack
hidekazuna
0
850
Other Decks in Programming
See All in Programming
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
140
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
0
180
Quand Symfony, ApiPlatform, OpenAI et LangChain s'allient pour exploiter vos PDF : de la théorie à la production…
ahmedbhs123
0
210
フロントエンドのパフォーマンスチューニング
koukimiura
1
110
MCPを使ってイベントソーシングのAIコーディングを効率化する / Streamlining Event Sourcing AI Coding with MCP
tomohisa
0
120
ruby.wasmで多人数リアルタイム通信ゲームを作ろう
lnit
3
490
Goで作る、開発・CI環境
sin392
0
240
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
2
870
Modern Angular with Signals and Signal Store:New Rules for Your Architecture @enterJS Advanced Angular Day 2025
manfredsteyer
PRO
0
230
技術同人誌をMCP Serverにしてみた
74th
1
660
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
520
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
3
780
Featured
See All Featured
Designing for Performance
lara
610
69k
Documentation Writing (for coders)
carmenintech
72
4.9k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
The Invisible Side of Design
smashingmag
301
51k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Transcript
Upstream GitHubリポジトリ Origin GitHubリポジトリ ファイルを変更する ファイルをcommitに追加する git add file_name ブランチを作成する
git checkout –b branch_name commitする git commit ブランチを自分のGitHubリポジトリに送る git push origin branch_name Upstream GitHubリポジトリ設定 cd repository_name git remote add upstream upstream_url git remote set-url --push upstream no_push git remote -v ローカルにクローンする git clone origin_url はじめてプルリクエストを作成する手順(CLI) ① ➁ ➂ ④ ⑤ ➆ ⑥ ⑧ Compare & pull request ➈ ⑩ Create pull request GitHub パソコン Fork