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
daijo
February 22, 2012
Programming
7
530
Git
Distributed Version Control in Git.
daijo
February 22, 2012
Tweet
Share
More Decks by daijo
See All by daijo
Android Build Automation
daijo
1
240
In App Purchace
daijo
1
140
Other Decks in Programming
See All in Programming
フロントエンドのパフォーマンスチューニング
koukimiura
6
2.3k
AIコーディングエージェント全社導入とセキュリティ対策
hikaruegashira
12
7.3k
マッチングアプリにおけるフリックUIで苦労したこと
yuheiito
0
240
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
470
[DevinMeetupTokyo2025] コード書かせないDevinの使い方
takumiyoshikawa
2
160
知って得する@cloudflare_vite-pluginのあれこれ
chimame
1
120
[SRE NEXT] 複雑なシステムにおけるUser Journey SLOの導入
yakenji
0
740
Googleの新しいコーディングAIエージェントJulesを使ってみた
tonionagauzzi
0
120
Google I/O Extended Incheon 2025 ~ What's new in Android development tools
pluu
1
120
中級グラフィックス入門~効率的なメッシュレット描画~
projectasura
2
1.3k
Hack Claude Code with Claude Code
choplin
8
2.8k
階層化自動テストで開発に機動力を
ickx
1
420
Featured
See All Featured
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
282
13k
Designing for Performance
lara
610
69k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.3k
Making Projects Easy
brettharned
116
6.3k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Rails Girls Zürich Keynote
gr2m
95
14k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
It's Worth the Effort
3n
185
28k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
How GitHub (no longer) Works
holman
314
140k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
370
The Language of Interfaces
destraynor
158
25k
Transcript
Git Distributed Version Control 12年2月22日星期三
History Linux Kernel development First 10 years - patches and
tarballs Commercial BitKeeper BitKeeper fall out 12年2月22日星期三
Linus Facepalm 12年2月22日星期三
Git Design Goals Distributed (like BitKeeper) Safeguard against (unnoticed) corruption
Very high performance When in doubt, what would CVS not do? 12年2月22日星期三
CVS or SVN == Linus Facepalm 12年2月22日星期三
Directed acyclic graph? tag: A tag is both a node
in the DAG and a post-it note (of yet another color). A tag points to a commit, and includes an optional message and a GPG signature. http://eagain.net/articles/git-for-computer- scientists/ 12年2月22日星期三
But all you need to know is... 12年2月22日星期三
Git Data Flow Source: Wikipedia 12年2月22日星期三
Demo init, status, add, commit clone, push, pull branch submodule
12年2月22日星期三
SourceTree Free super-awesome UI. Get it in the Mac App
Store. If you understood this you’ll figure that out. 12年2月22日星期三
Questions? Then go to: http://git-scm.com/documentation 12年2月22日星期三
Happy Linus 12年2月22日星期三