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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
hidekazuna
May 31, 2021
Programming
0
39
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
910
Other Decks in Programming
See All in Programming
Feature Toggle は捨てやすく使おう
gennei
0
370
おれのAgentic Coding 2026/03
tsukasagr
1
110
車輪の再発明をしよう!PHP で実装して学ぶ、Web サーバーの仕組みと HTTP の正体
h1r0
2
420
条件判定に名前、つけてますか? #phperkaigi #c
77web
2
840
Codex の「自走力」を高める
yorifuji
0
1.3k
今年もTECHSCOREブログを書き続けます!
hiraoku101
0
180
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
560
Geminiをパートナーに神社DXシステムを個人開発した話(いなめぐDX 開発振り返り)
fujiba
0
120
Reactive ❤️ Loom: A Forbidden Love Story
franz1981
2
180
脱 雰囲気実装!AgentCoreを良い感じにWEBアプリケーションに組み込むために
takuyay0ne
3
410
飯MCP
yusukebe
0
390
Coding at the Speed of Thought: The New Era of Symfony Docker
dunglas
0
1.6k
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
698
190k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.7k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
150
Optimizing for Happiness
mojombo
378
71k
The Limits of Empathy - UXLibs8
cassininazir
1
270
First, design no harm
axbom
PRO
2
1.1k
Deep Space Network (abreviated)
tonyrice
0
96
Done Done
chrislema
186
16k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Raft: Consensus for Rubyists
vanstee
141
7.4k
Test your architecture with Archunit
thirion
1
2.2k
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