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
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
310
Server Side Kotlin Meetup vol.16: 内部動作を理解して ハイパフォーマンスなサーバサイド Kotlin アプリケーションを書こう
ternbusty
3
180
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
31k
オープンソースソフトウェアへの解像度🔬
utam0k
13
2.6k
Six and a half ridiculous things to do with Quarkus
hollycummins
0
170
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
1k
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
720
Writing Better Go: Lessons from 10 Code Reviews
konradreiche
0
910
Devvox Belgium - Agentic AI Patterns
kdubois
1
120
Cursorハンズオン実践!
eltociear
2
1k
Pull-Requestの内容を1クリックで動作確認可能にするワークフロー
natmark
2
490
Django Ninja による API 開発効率化とリプレースの実践
kashewnuts
0
1.3k
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Automating Front-end Workflow
addyosmani
1371
200k
Done Done
chrislema
185
16k
Scaling GitHub
holman
463
140k
Building an army of robots
kneath
306
46k
The World Runs on Bad Software
bkeepers
PRO
72
11k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
657
61k
We Have a Design System, Now What?
morganepeng
53
7.8k
Designing Experiences People Love
moore
142
24k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
Into the Great Unknown - MozCon
thekraken
40
2.1k
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