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
HOGC Git & GitHub Training
Search
Team HOGC
December 23, 2020
Programming
0
250
HOGC Git & GitHub Training
Team HOGC
December 23, 2020
Tweet
Share
More Decks by Team HOGC
See All by Team HOGC
HOGC Web Developers Training 1
hogc
0
140
Other Decks in Programming
See All in Programming
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
300
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
360
MCPとデザインシステムに立脚したデザインと実装の融合
yukukotani
4
1.4k
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
260
時間軸から考えるTerraformを使う理由と留意点
fufuhu
16
4.8k
ソフトウェアテスト徹底指南書の紹介
goyoki
1
150
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
6
2.4k
Deep Dive into Kotlin Flow
jmatsu
1
330
そのAPI、誰のため? Androidライブラリ設計における利用者目線の実践テクニック
mkeeda
2
290
旅行プランAIエージェント開発の裏側
ippo012
2
900
testingを眺める
matumoto
1
140
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
850
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Fireside Chat
paigeccino
39
3.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Code Review Best Practice
trishagee
70
19k
Git: the NoSQL Database
bkeepers
PRO
431
66k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
112
20k
Building Applications with DynamoDB
mza
96
6.6k
Site-Speed That Sticks
csswizardry
10
810
4 Signs Your Business is Dying
shpigford
184
22k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Transcript
Git & GitHub Training
Central Repository Owned by Organization Forked Repository Owned by you
(temporary) Fork
Press the fork button at the to right
Central Repository Owned by Organization Forked Repository Owned by you
(temporary) Fork Clone Your Laptop
Make sure you choose the one that is owned by
your account (the forked repo)
None
None
Branch Git & GitHub Training
None
Press the new branch button to create your own branch
Git & GitHub Training Make changes to your local repository
Git & GitHub Training Commit
Central Repository Owned by Organization Forked Repository Owned by you
(temporary) Fork Commit Your Laptop
Remember to have a meaningful & insightful commit message! You
can choose of what to commit & exclude over here by ticking the files
Git & GitHub Training Push
Central Repository Owned by Organization Forked Repository Owned by you
(temporary) Fork Push Your Laptop
Press Publish branch button to push
Git & GitHub Training Create Pull Request for Code Review
Central Repository Owned by Organization Forked Repository Owned by you
(temporary) Pull Request Push Your Laptop
Press the Create Pull Request button to start a Pull
Request
Remember to have a meaningful & insightful title! Assign the
technical lead of the project (e.g. Hendro)
Git & GitHub Training Congrats! Your code is ready for
review
Git & GitHub Training Pulling the latest changes
Central Repository Owned by Organization Forked Repository Owned by you
(temporary) Pull Pull Your Laptop
1. Press Fetch origin 2. Press current Branch
3. Press choose a branch to merge into main 4.
Choose upstream/main or whichever branch you want to pull changes from
5. Press push origin
Git & GitHub Training Remember to always pull before you
start