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
第64回コンピュータビジョン勉強会@関東(後編)
tsukamotokenji
0
220
Oracle Base Database Service:サービス概要のご紹介
oracle4engineer
PRO
2
20k
はじめての転職講座/The Guide of First Career Change
kwappa
5
4.5k
マイクロモビリティシェアサービスを支える プラットフォームアーキテクチャ
grimoh
1
160
信頼できる開発プラットフォームをどう作るか?-Governance as Codeと継続的監視/フィードバックが導くPlatform Engineeringの進め方
yuriemori
1
400
RAID6 を楔形文字で組んで現代人を怖がらせましょう(実装編)
mimifuwa
0
280
ドキュメントはAIの味方!スタートアップのアジャイルを加速するADR
kawauso
3
120
認知戦の理解と、市民としての対抗策
hogehuga
0
250
キャリアを支え組織力を高める「多層型ふりかえり」 / 20250821 Kazuki Mori
shift_evolve
PRO
2
280
サービスロボット最前線:ugoが挑むPhysical AI活用
kmatsuiugo
0
180
Rethinking Incident Response: Context-Aware AI in Practice - Incident Buddy Edition -
rrreeeyyy
0
130
20250818_KGX・One Hokkaidoコラボイベント
tohgeyukihiro
0
130
Featured
See All Featured
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.5k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Building Adaptive Systems
keathley
43
2.7k
Automating Front-end Workflow
addyosmani
1370
200k
Java REST API Framework Comparison - PWX 2021
mraible
33
8.8k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
48
9.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
229
22k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
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.