A History of Git
Git was born in 2005 out of necessity — Linus Torvalds built the first working version in about ten days after BitKeeper's free licence was revoked. It pioneered distributed version control before blockchain made the concept famous.
Origin
- April 2005: Linus Torvalds wrote the first version in roughly ten days
- Trigger: BitKeeper's free licence — used for Linux kernel dev — was withdrawn
- July 2005: Junio Hamano (Japanese) took over as maintainer and still leads the project
Timeline milestones
- GitHub launched April 2008 — not 2009 as often misremembered
- Distributed-system lineage: BitTorrent (2001) → Git (2005) → Bitcoin (2008) → Ethereum (2015)
Distributed — but not trustless
- Git distributes history; consensus is still reached by humans (PR reviews, merge decisions)
- Blockchain achieves trustless consensus algorithmically — a different problem entirely
- Same word 'distributed', fundamentally different goals
Gitの歴史
Gitは2005年、BitKeeperの無償ライセンス失効という危機を受け、Linus Torvaldsが約10日で初版を書き上げた。ブロックチェーン以前に「分散バージョン管理(=変更履歴を中央サーバーなしで共有する仕組み)」を実現した先駆けである。
誕生の経緯
- 2005年4月:Linus TorvaldsがLinuxカーネル開発用に約10日で初版を完成
- 契機:Linuxカーネル開発で使っていたBitKeeperの無償ライセンスが突然撤回された
- 2005年7月:濱野純(Junio Hamano)が日本人として引き継ぎ、20年以上メンテを継続
年表の要点
- GitHubのリリースは2008年4月(よく誤解される「2009年」ではない)
- 分散システム系譜:BitTorrent(2001)→Git(2005)→Bitcoin(2008)→Ethereum(2015)
「分散」でも「トラストレス」ではない
- Gitは履歴を分散するが、合意(コンセンサス)はPRレビューや人間のマージ判断に依存
- ブロックチェーンはアルゴリズムで自動的に合意を形成する「トラストレス(信頼不要)」設計
- 「分散」という同じ言葉でも、解決しようとしている問題がまったく異なる
A History of Git
Git was born in 2005 out of necessity — Linus Torvalds built the first working version in about ten days after BitKeeper's free licence was revoked. It pioneered distributed version control before blockchain made the concept famous.
Origin
- April 2005: Linus Torvalds wrote the first version in roughly ten days
- Trigger: BitKeeper's free licence — used for Linux kernel dev — was withdrawn
- July 2005: Junio Hamano (Japanese) took over as maintainer and still leads the project
Timeline milestones
- GitHub launched April 2008 — not 2009 as often misremembered
- Distributed-system lineage: BitTorrent (2001) → Git (2005) → Bitcoin (2008) → Ethereum (2015)
Distributed — but not trustless
- Git distributes history; consensus is still reached by humans (PR reviews, merge decisions)
- Blockchain achieves trustless consensus algorithmically — a different problem entirely
- Same word 'distributed', fundamentally different goals
Gitの歴史
Gitは2005年、BitKeeperの無償ライセンス失効という危機を受け、Linus Torvaldsが約10日で初版を書き上げた。ブロックチェーン以前に「分散バージョン管理(=変更履歴を中央サーバーなしで共有する仕組み)」を実現した先駆けである。
誕生の経緯
- 2005年4月:Linus TorvaldsがLinuxカーネル開発用に約10日で初版を完成
- 契機:Linuxカーネル開発で使っていたBitKeeperの無償ライセンスが突然撤回された
- 2005年7月:濱野純(Junio Hamano)が日本人として引き継ぎ、20年以上メンテを継続
年表の要点
- GitHubのリリースは2008年4月(よく誤解される「2009年」ではない)
- 分散システム系譜:BitTorrent(2001)→Git(2005)→Bitcoin(2008)→Ethereum(2015)
「分散」でも「トラストレス」ではない
- Gitは履歴を分散するが、合意(コンセンサス)はPRレビューや人間のマージ判断に依存
- ブロックチェーンはアルゴリズムで自動的に合意を形成する「トラストレス(信頼不要)」設計
- 「分散」という同じ言葉でも、解決しようとしている問題がまったく異なる
Related notes
- Agentic Commerce — ACP and Visibility into Being 'Bought by AI'
- AI Search Evaluation: The 12 Metrics — Gateway
- AI Search Evaluation ①Citation Rate — How Many URLs Are Pulled In Per Answer
- AI Search Evaluation ②Source Diversity — How Unskewed the Cited Sources Are
- AI Search Evaluation ③Accuracy Score — How Often It Answers Factual Questions Correctly
- AI Search Evaluation ④Answer Length — How Many Characters It Returns to the User on Average