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
50
Noted: Mid-Year Presentation
ethan
0
40
Java Objects & How They Work
ethan
5
170
Other Decks in Technology
See All in Technology
TypeScriptでモジュラーモノリスやってみた
diggymo
0
110
FinJAWS_reinvent2024_recap_database
asahihidehiko
2
310
ブロックチェーンR&D企業における SREの実態 / SRE Kaigi 2025
datachain
0
3.4k
2週に1度のビッグバンリリースをデイリーリリース化するまでの苦悩 ~急成長するスタートアップのリアルな裏側~
kworkdev
PRO
8
5.9k
あなたはJVMの気持ちを理解できるか?
skrb
5
1.9k
一人から始めたSREチーム3年の歩み - 求められるスキルの変化とチームのあり方 - / The three-year journey of the SRE team, which started all by myself
vtryo
7
5.1k
レイクハウスとはなんだったのか?
akuwano
14
1.7k
Tokyo RubyKaigi 12 - Scaling Ruby at GitHub
jhawthorn
2
160
TSのコードをRustで書き直した話
askua
4
980
サーバレスの未来〜The Key to Simplifying Everything〜
kawaji_scratch
2
340
プロダクト価値を引き上げる、「課題の再定義」という習慣
moeka__c
0
180
DevSecOps入門:Security Development Lifecycleによる開発プロセスのセキュリティ強化
yuriemori
0
210
Featured
See All Featured
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2k
YesSQL, Process and Tooling at Scale
rocio
170
14k
Embracing the Ebb and Flow
colly
84
4.5k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
44
9.4k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
52k
Git: the NoSQL Database
bkeepers
PRO
427
64k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3.1k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
Navigating Team Friction
lara
183
15k
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.