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
46
Java Objects & How They Work
ethan
5
170
Other Decks in Technology
See All in Technology
20251024_TROCCO/COMETAアップデート紹介といくつかデモもやります!_#p_UG 東京:データ活用が進む組織の作り方
soysoysoyb
0
140
猫でもわかるAmazon Q Developer CLI 解体新書
kentapapa
1
190
個人でデジタル庁の デザインシステムをVue.jsで 作っている話
nishiharatsubasa
3
5.3k
SOTA競争から人間を超える画像認識へ
shinya7y
0
650
組織全員で向き合うAI Readyなデータ利活用
gappy50
5
1.9k
InsightX 会社説明資料/ Company deck
insightx
0
130
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
0
400
20251027_マルチエージェントとは
almondo_event
1
500
文字列操作の達人になる ~ Kotlinの文字列の便利な世界 ~ - Kotlin fest 2025
tomorrowkey
2
280
datadog-incident-management-intro
tetsuya28
0
110
20251029_Cursor Meetup Tokyo #02_MK_「あなたのAI、私のシェル」 - プロンプトインジェクションによるエージェントのハイジャック
mk0721
PRO
6
2.2k
Retrospectiveを振り返ろう
nakasho
0
140
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
80
6k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.7k
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.5k
4 Signs Your Business is Dying
shpigford
186
22k
Building an army of robots
kneath
306
46k
Writing Fast Ruby
sferik
630
62k
A Tale of Four Properties
chriscoyier
161
23k
How to Think Like a Performance Engineer
csswizardry
27
2.2k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
2.9k
The World Runs on Bad Software
bkeepers
PRO
72
11k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
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.