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
Flutterと Vibe Coding で個人開発!
hyshu
1
250
The State of Fluid (2025)
s2b
0
120
Claude Code と OpenAI o3 で メタデータ情報を作る
laket
0
120
No Install CMS戦略 〜 5年先を見据えたフロントエンド開発を考える / no_install_cms
rdlabo
0
480
AIのメモリー
watany
13
1.4k
decksh - a little language for decks
ajstarks
4
21k
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
1
140
Nuances on Kubernetes - RubyConf Taiwan 2025
envek
0
140
画像コンペでのベースラインモデルの育て方
tattaka
3
1.5k
技術的負債で信頼性が限界だったWordPress運用をShifterで完全復活させた話
rvirus0817
1
1.4k
サイトを作ったらNFCタグキーホルダーを爆速で作れ!
yuukis
0
120
iOS開発スターターキットの作り方
akidon0000
0
240
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
50
5.5k
Designing for Performance
lara
610
69k
Building an army of robots
kneath
306
45k
[RailsConf 2023] Rails as a piece of cake
palkan
56
5.8k
The Invisible Side of Design
smashingmag
301
51k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
GitHub's CSS Performance
jonrohan
1031
460k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
Visualization
eitanlees
146
16k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
The Cost Of JavaScript in 2023
addyosmani
51
8.8k
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日星期三