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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
230
Vuetify 3 → 4 何が変わった?差分と移行ポイント10分まとめ
koukimiura
0
120
技術検証結果の整理と解析をAIに任せよう!
keisukeikeda
0
110
AI Assistants for Your Angular Solutions
manfredsteyer
PRO
0
130
エンジニアの「手元の自動化」を加速するn8n 2026.02.27
symy2co
0
140
TipKitTips
ktcryomm
0
160
Claude Code Skill入門
mayahoney
0
210
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
540
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
680
Codex の「自走力」を高める
yorifuji
0
1.2k
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
990
モジュラモノリスにおける境界をGoのinternalパッケージで守る
magavel
0
3.5k
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
470k
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
1
2.4k
Building Adaptive Systems
keathley
44
2.9k
Context Engineering - Making Every Token Count
addyosmani
9
740
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
38
2.8k
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
630
Color Theory Basics | Prateek | Gurzu
gurzu
0
240
Statistics for Hackers
jakevdp
799
230k
New Earth Scene 8
popppiees
1
1.7k
Paper Plane (Part 1)
katiecoart
PRO
0
5.5k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.5k
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日星期三