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
38
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
870
Other Decks in Programming
See All in Programming
One Enishi After Another
snoozer05
PRO
0
180
Developer Joy - The New Paradigm
hollycummins
1
410
Webサーバーサイド言語としてのRustについて
kouyuume
1
5.1k
マイベストのシンプルなデータ基盤の話 - Googleスイートとのつき合い方 / mybest-simple-data-architecture-google-nized
snhryt
0
130
SwiftDataを使って10万件のデータを読み書きする
akidon0000
0
250
React Nativeならぬ"Vue Native"が実現するかも?_新世代マルチプラットフォーム開発フレームワークのLynxとLynxのVue.js対応を追ってみよう_Vue Lynx
yut0naga1_fa
2
2k
Pythonに漸進的に型をつける
nealle
1
160
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
540
Designing Repeatable Edits: The Architecture of . in Vim
satorunooshie
0
240
Migration to Signals, Resource API, and NgRx Signal Store
manfredsteyer
PRO
0
140
Vue 3.6 時代のリアクティビティ最前線 〜Vapor/alien-signals の実践とパフォーマンス最適化〜
hiranuma
2
380
Vueのバリデーション、結局どれを選べばいい? ― 自作バリデーションの限界と、脱却までの道のり ― / Which Vue Validation Library Should We Really Use? The Limits of Self-Made Validation and How I Finally Moved On
neginasu
3
1.8k
Featured
See All Featured
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
37
2.6k
Unsuck your backbone
ammeep
671
58k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Building Adaptive Systems
keathley
44
2.8k
YesSQL, Process and Tooling at Scale
rocio
174
15k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
4 Signs Your Business is Dying
shpigford
186
22k
Keith and Marios Guide to Fast Websites
keithpitt
412
23k
Product Roadmaps are Hard
iamctodd
PRO
55
11k
The Pragmatic Product Professional
lauravandoore
36
7k
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