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
540
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
PHPライセンス変更の議論を通じて学ぶOSSライセンスの基礎
matsuo_atsushi
0
170
AI時代もSEOを頑張っている話
shirahama_x
0
180
CloudflareのSandbox SDKを試してみた
syumai
0
180
目的で駆動する、AI時代のアーキテクチャ設計 / purpose-driven-architecture
minodriven
11
3.5k
最新のDirectX12で使えるレイトレ周りの機能追加について
projectasura
0
300
しっかり学ぶ java.lang.*
nagise
1
450
『実践MLOps』から学ぶ DevOps for ML
nsakki55
2
470
モダンJSフレームワークのビルドプロセス 〜なぜReactは503行、Svelteは12行なのか〜
fuuki12
0
120
Atomics APIを知る / Understanding Atomics API
ssssota
1
210
Claude Code on the Web を超える!? Codex Cloud の実践テク5選
sunagaku
0
610
Duke on CRaC with Jakarta EE
ivargrimstad
0
240
CSC509 Lecture 13
javiergs
PRO
0
260
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1371
200k
Unsuck your backbone
ammeep
671
58k
Thoughts on Productivity
jonyablonski
73
4.9k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.3k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.8k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
36
6.1k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
9
980
Fireside Chat
paigeccino
41
3.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
It's Worth the Effort
3n
187
29k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.1k
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日星期三