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
抽象化という思考のツール - 理解と活用 - / Abstraction-as-a-Tool-for-Thinking
shin1x1
1
910
NEWT Backend Evolution
xpromx
1
170
構文解析器入門
ydah
7
2k
Bedrock AgentCore ObservabilityによるAIエージェントの運用
licux
8
540
副作用と戦う PHP リファクタリング ─ ドメインイベントでビジネスロジックを解きほぐす
kajitack
3
510
ソフトウェア設計とAI技術の活用
masuda220
PRO
25
7.2k
Vibe Codingの幻想を超えて-生成AIを現場で使えるようにするまでの泥臭い話.ai
fumiyakume
21
9.9k
AI Agent 時代のソフトウェア開発を支える AWS Cloud Development Kit (CDK)
konokenj
6
1k
ZeroETLで始めるDynamoDBとS3の連携
afooooil
0
140
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
180
11年かかって やっとVibe Codingに 時代が追いつきましたね
yimajo
1
230
MCP連携で加速するAI駆動開発/mcp integration accelerates ai-driven-development
bpstudy
0
240
Featured
See All Featured
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
KATA
mclloyd
31
14k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
A designer walks into a library…
pauljervisheath
207
24k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.4k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
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