Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up
for free
HOGC Git & GitHub Training
Team HOGC
December 23, 2020
Programming
0
150
HOGC Git & GitHub Training
Team HOGC
December 23, 2020
Tweet
Share
More Decks by Team HOGC
See All by Team HOGC
hogc
0
66
Other Decks in Programming
See All in Programming
danilop
0
230
korosuke613
2
250
manfredsteyer
PRO
0
200
emmaglorypraise
0
130
layzee
1
210
mrtc0
2
970
grapecity_dev
0
170
yasaichi
31
7.8k
grapecity_dev
0
180
christianliebel
PRO
0
140
mehowte
0
180
tetsukick
0
180
Featured
See All Featured
moore
125
21k
addyosmani
494
110k
sachag
446
36k
chrislema
173
14k
swwweet
206
6.9k
chriscoyier
145
20k
philhawksworth
190
17k
jasonvnalue
81
8.1k
akmur
252
19k
3n
163
22k
lauravandoore
10
1.5k
dotmariusz
94
5.5k
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