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
AIと私たちの学習の変化を考える - Claude Codeの学習モードを例に
azukiazusa1
11
4.4k
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
300
はじめてのMaterial3 Expressive
ym223
2
900
個人開発で徳島大学生60%以上の心を掴んだアプリ、そして手放した話
akidon0000
1
150
Platformに“ちょうどいい”責務ってどこ? 関心の熱さにあわせて考える、責務分担のプラクティス
estie
1
140
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
570
アセットのコンパイルについて
ojun9
0
130
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
250
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
230
AWS発のAIエディタKiroを使ってみた
iriikeita
1
190
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
460k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Making Projects Easy
brettharned
117
6.4k
Docker and Python
trallard
46
3.6k
A designer walks into a library…
pauljervisheath
207
24k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
How STYLIGHT went responsive
nonsquared
100
5.8k
How GitHub (no longer) Works
holman
315
140k
The Pragmatic Product Professional
lauravandoore
36
6.9k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
We Have a Design System, Now What?
morganepeng
53
7.8k
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