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
Search
Jelle Vandebeeck
February 06, 2013
Programming
1
150
Git
Free & open source
Distributed version control system
Jelle Vandebeeck
February 06, 2013
Tweet
Share
More Decks by Jelle Vandebeeck
See All by Jelle Vandebeeck
Unified Logging
fousa
0
1.7k
RubyMotion
fousa
1
98
Heroku
fousa
0
150
Cappuccino
fousa
0
120
Other Decks in Programming
See All in Programming
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
390
LangChain4jとは一味違うLangChain4j-CDI
kazumura
1
170
Angular-Apps smarter machen mit Gen AI: Lokal und offlinefähig - Hands-on Workshop!
christianliebel
PRO
0
100
文字コードの話
qnighy
44
17k
守る「だけ」の優しいEMを抜けて、 事業とチームを両方見る視点を身につけた話
maroon8021
3
760
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
1.2k
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.3k
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
140
SourceGeneratorのマーカー属性問題について
htkym
0
190
AIに任せる範囲を安全に広げるためにやっていること
fukucheee
0
130
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
250
エージェント開発初心者の僕がエージェントを作った話と今後やりたいこと
thasu0123
0
240
Featured
See All Featured
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
82
The #1 spot is gone: here's how to win anyway
tamaranovitovic
2
980
A brief & incomplete history of UX Design for the World Wide Web: 1989–2019
jct
1
320
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
140
Skip the Path - Find Your Career Trail
mkilby
1
76
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
The Limits of Empathy - UXLibs8
cassininazir
1
250
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
Rails Girls Zürich Keynote
gr2m
96
14k
Agile that works and the tools we love
rasmusluckow
331
21k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
860
Transcript
GIT free & open source distributed version control system
I • love to soar • love to develop •
love to travel • craft apps at fousa • work at 10to1
why GIT? • branching • small & fast • distributed
• data assurance • staging area
• Switch branches to try something out • Production/Staging branches
• Feature based branches branching
• commit locally • commit changes not entire files small
& fast
distributed • download entire repository • remote explodes, everything is
still local • multiple backups
data assurance • every commit is checksummed • if you
have a commit id you can easily go back
staging area • review changes • commit only portions of
your changes
try GIT? Go to try.github.com and complete the GIT tutorial.
cool tools around • plain old command line • Just
run gitk from the command line • Tower • Github for OS X • Magit
Questions? Shoot!
None