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
Claude Code Actionを使ったコード品質改善の取り組み
potix2
PRO
6
2.3k
強化されたAmazon Location Serviceによる新機能と開発者体験
dayjournal
2
210
Observability в PHP без боли. Олег Мифле, тимлид Altenar
lamodatech
0
350
Oracle Audit Vault and Database Firewall 20 概要
oracle4engineer
PRO
3
1.7k
Yamla: Rustでつくるリアルタイム性を追求した機械学習基盤 / Yamla: A Rust-Based Machine Learning Platform Pursuing Real-Time Capabilities
lycorptech_jp
PRO
3
120
LinkX_GitHubを基点にした_AI時代のプロジェクトマネジメント.pdf
iotcomjpadmin
0
170
A2Aのクライアントを自作する
rynsuke
1
170
5min GuardDuty Extended Threat Detection EKS
takakuni
0
140
プロダクトエンジニアリング組織への歩み、その現在地 / Our journey to becoming a product engineering organization
hiro_torii
0
130
生成AI時代の開発組織・技術・プロセス 〜 ログラスの挑戦と考察 〜
itohiro73
0
160
Абьюзим random_bytes(). Фёдор Кулаков, разработчик Lamoda Tech
lamodatech
0
340
How Community Opened Global Doors
hiroramos4
PRO
1
120
Featured
See All Featured
Adopting Sorbet at Scale
ufuk
77
9.4k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Optimizing for Happiness
mojombo
379
70k
How GitHub (no longer) Works
holman
314
140k
Building a Modern Day E-commerce SEO Strategy
aleyda
42
7.3k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Speed Design
sergeychernyshev
32
1k
Building an army of robots
kneath
306
45k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Code Reviewing Like a Champion
maltzj
524
40k
For a Future-Friendly Web
brad_frost
179
9.8k
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.