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
140
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
92
Heroku
fousa
0
140
Cappuccino
fousa
0
120
Other Decks in Programming
See All in Programming
CSC305 Lecture 06
javiergs
PRO
0
220
(Extension DC 2025) Actor境界を越える技術
teamhimeh
1
250
Foundation Modelsを実装日本語学習アプリを作ってみた!
hypebeans
0
110
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
320
育てるアーキテクチャ:戦い抜くPythonマイクロサービスの設計と進化戦略
fujidomoe
1
170
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
1k
CSC305 Lecture 04
javiergs
PRO
0
270
タスクの特性や不確実性に応じた最適な作業スタイルの選択(ペアプロ・モブプロ・ソロプロ)と実践 / Optimal Work Style Selection: Pair, Mob, or Solo Programming.
honyanya
3
160
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
31k
Things You Thought You Didn’t Need To Care About That Have a Big Impact On Your Job
hollycummins
0
220
After go func(): Goroutines Through a Beginner’s Eye
97vaibhav
0
380
Go言語はstack overflowの夢を見るか?
logica0419
0
240
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
RailsConf 2023
tenderlove
30
1.2k
How STYLIGHT went responsive
nonsquared
100
5.8k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
590
A Tale of Four Properties
chriscoyier
161
23k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
30
2.7k
Agile that works and the tools we love
rasmusluckow
331
21k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
The Straight Up "How To Draw Better" Workshop
denniskardys
238
140k
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