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
生成AI時代のコンポーネントライブラリの作り方
touyou
1
250
Android 16KBページサイズ対応をはじめからていねいに
mine2424
0
200
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
190
The Modern View Layer Rails Deserves: A Vision For 2025 And Beyond @ RailsConf 2025, Philadelphia, PA
marcoroth
2
640
Python型ヒント完全ガイド 初心者でも分かる、現代的で実践的な使い方
mickey_kubo
1
150
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
14
5.1k
Webの外へ飛び出せ NativePHPが切り拓くPHPの未来
takuyakatsusa
2
570
ご注文の差分はこちらですか? 〜 AWS CDK のいろいろな差分検出と安全なデプロイ
konokenj
3
370
dbt民主化とLLMによる開発ブースト ~ AI Readyな分析サイクルを目指して ~
yoshyum
3
1.1k
Agentic Coding: The Future of Software Development with Agents
mitsuhiko
0
120
明示と暗黙 ー PHPとGoの インターフェイスの違いを知る
shimabox
2
580
「テストは愚直&&網羅的に書くほどよい」という誤解 / Test Smarter, Not Harder
munetoshi
0
190
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
970
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
6
320
Speed Design
sergeychernyshev
32
1k
Visualization
eitanlees
146
16k
It's Worth the Effort
3n
185
28k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Rails Girls Zürich Keynote
gr2m
95
14k
Balancing Empowerment & Direction
lara
1
440
For a Future-Friendly Web
brad_frost
179
9.8k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
We Have a Design System, Now What?
morganepeng
53
7.7k
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