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
コードとあなたと私の距離 / The Distance Between Code, You, and I
hiro_y
0
190
AI Agent 時代的開發者生存指南
eddie
4
2.1k
TransformerからMCPまで(現代AIを理解するための羅針盤)
mickey_kubo
7
4.7k
EMこそClaude Codeでコード調査しよう
shibayu36
0
360
Leading Effective Engineering Teams in the AI Era
addyosmani
7
580
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
210
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
4
2.5k
モテるデスク環境
mozumasu
3
1.2k
Google Opalで使える37のライブラリ
mickey_kubo
3
140
Pythonに漸進的に型をつける
nealle
1
120
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
34k
あなたとKaigi on Rails / Kaigi on Rails + You
shimoju
0
180
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
463
33k
For a Future-Friendly Web
brad_frost
180
10k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Code Reviewing Like a Champion
maltzj
526
40k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
The Cult of Friendly URLs
andyhume
79
6.6k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Designing Experiences People Love
moore
142
24k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
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