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
840
Other Decks in Programming
See All in Programming
Cursor AI Agentと伴走する アプリケーションの高速リプレイス
daisuketakeda
1
100
Bytecode Manipulation 으로 생산성 높이기
bigstark
1
270
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
400
カクヨムAndroidアプリのリブート
numeroanddev
0
410
Blueskyのプラグインを作ってみた
hakkadaikon
1
500
Gleamという選択肢
comamoca
6
680
人には人それぞれのサービス層がある
shimabox
3
660
社内での開発コミュニティ活動とモジュラーモノリス標準化事例のご紹介/xPalette and Introduction of Modular monolith standardization
m4maruyama
0
120
AIエージェントによるテストフレームワーク Arbigent
takahirom
0
370
eBPFを用いたAIネットワーク監視システム論文の実装 / eBPF Japan Meetup #4
yuukit
3
750
Practical Tips and Tricks for Working with Compose Multiplatform Previews (mDevCamp 2025)
stewemetal
0
120
Javaに鉄道指向プログラミング (Railway Oriented Pro gramming) のエッセンスを取り入れる/Bringing the Essence of Railway-Oriented Programming to Java
cocet33000
2
530
Featured
See All Featured
Making Projects Easy
brettharned
116
6.2k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.3k
Producing Creativity
orderedlist
PRO
346
40k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
It's Worth the Effort
3n
184
28k
Statistics for Hackers
jakevdp
799
220k
A Tale of Four Properties
chriscoyier
159
23k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
16
910
Six Lessons from altMBA
skipperchong
28
3.8k
Scaling GitHub
holman
459
140k
Documentation Writing (for coders)
carmenintech
71
4.9k
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