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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
150
Other Decks in Programming
See All in Programming
Ruby and LLM Ecosystem 2nd
koic
1
580
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
8k
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
230
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1k
Windows on Ryzen and I
seosoft
0
260
20260313 - Grafana & Friends Taipei #1 - Kubernetes v1.36 的開發雜記:那些困在 Alpha 加護病房太久的 Metrics
tico88612
0
160
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
270
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
140
ロボットのための工場に灯りは要らない
watany
10
2.7k
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
3
1.6k
new(1.26) ← これすき / kamakura.go #8
utgwkk
0
2.2k
Featured
See All Featured
ラッコキーワード サービス紹介資料
rakko
1
2.6M
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
51k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
190
Agile Actions for Facilitating Distributed Teams - ADO2019
mkilby
0
140
Mind Mapping
helmedeiros
PRO
1
120
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
250
How to Grow Your eCommerce with AI & Automation
katarinadahlin
PRO
1
140
First, design no harm
axbom
PRO
2
1.1k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
141
35k
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