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
知っているようで知らない"rails new"の世界 / The World of "rails new" You Think You Know but Don't
luccafort
PRO
1
110
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
290
Oracle Database Technology Night 92 Database Connection control FAN-AC
oracle4engineer
PRO
1
440
Namespace and Its Future
tagomoris
6
700
複雑なドメインに挑む.pdf
yukisakai1225
5
1.1k
CloudflareのChat Agent Starter Kitで簡単!AIチャットボット構築
syumai
2
480
テストコードはもう書かない:JetBrains AI Assistantに委ねる非同期処理のテスト自動設計・生成
makun
0
250
Ruby Parser progress report 2025
yui_knk
1
430
はじめてのMaterial3 Expressive
ym223
2
260
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
500
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
230
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.2k
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Agile that works and the tools we love
rasmusluckow
330
21k
BBQ
matthewcrist
89
9.8k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Code Reviewing Like a Champion
maltzj
525
40k
Typedesign – Prime Four
hannesfritz
42
2.8k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
RailsConf 2023
tenderlove
30
1.2k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
162
15k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
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