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
Git & GitHub 101
Search
Ethan Turkeltaub
November 28, 2011
Technology
6
1.5k
Git & GitHub 101
An introduction to using Git with GitHub. A presentation made to my AP Computer Science class.
Ethan Turkeltaub
November 28, 2011
Tweet
Share
More Decks by Ethan Turkeltaub
See All by Ethan Turkeltaub
Noted: Final Presentation
ethan
0
54
Noted: Mid-Year Presentation
ethan
0
45
Java Objects & How They Work
ethan
5
170
Other Decks in Technology
See All in Technology
[TechNight #91] Oracle Database 最新パフォーマンス分析手法
oracle4engineer
PRO
4
300
ecspressoの設計思想に至る道 / sekkeinight2025
fujiwara3
12
2.2k
AI エンジニアの立場からみた、AI コーディング時代の開発の品質向上の取り組みと妄想
soh9834
8
630
AWS表彰プログラムとキャリアについて
naoki_0531
1
150
【CEDEC2025】ブランド力アップのためのコンテンツマーケティング~ゲーム会社における情報資産の活かし方~
cygames
PRO
0
170
Kiroから考える AIコーディングツールの潮流
s4yuba
3
570
オブザーバビリティプラットフォーム開発におけるオブザーバビリティとの向き合い / Hatena Engineer Seminar #34 オブザーバビリティの実現と運用編
arthur1
0
230
Datasets for Critical Operations by Dataform
kimujun
0
140
反脆弱性(アンチフラジャイル)とデータ基盤構築
cuebic9bic
2
130
GMOペパボのデータ基盤とデータ活用の現在地 / Current State of GMO Pepabo's Data Infrastructure and Data Utilization
zaimy
2
140
Power Automate のパフォーマンス改善レシピ / Power Automate Performance Improvement Recipes
karamem0
0
280
2025-07-31: GitHub Copilot Agent mode at Vibe Coding Cafe (15min)
chomado
2
300
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Become a Pro
speakerdeck
PRO
29
5.5k
Making Projects Easy
brettharned
117
6.3k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Into the Great Unknown - MozCon
thekraken
40
1.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
The Pragmatic Product Professional
lauravandoore
35
6.8k
Adopting Sorbet at Scale
ufuk
77
9.5k
Designing Experiences People Love
moore
142
24k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
400
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Transcript
None
None
• • •
• •
• •
• •
• •
None
• • •
• • •
• • • •
None
git clone git://github.com/eturk/jack
git log
None
• • –
git branch git checkout foobar
• git checkout stable git merge master
None
• • git diff
• •
<<<<<<< HEAD Many Hello World Examples ======= Hello World Lang
Examples >>>>>>> fix_readme This project has examples of hello world in nearly every programming language.
• – –
• git stash
•
• git push [remote] [branch] • git pull [remote] [branch]
(make some changes) git add . git rm some/unneeded/file git
commit –m ‘Made some changes, removed an unneeded file.’ git push origin master
git checkout master (make some changes) git checkout stable git
merge master git push origin stable
• – • –
None
None
•
None
o o o o o o o
None
• • •
• • • •
• • • • •
• •
• • • • Octocats provided by The Octodex.