Git
From Just Solve the File Format Problem
(Difference between revisions)
(→Specifications) |
Dan Tobias (Talk | contribs) (→Links) |
||
Line 19: | Line 19: | ||
* [http://stevelosh.com/blog/2013/04/git-koans/ Git koans] | * [http://stevelosh.com/blog/2013/04/git-koans/ Git koans] | ||
* [https://bup.github.io/ bup: backup system based on Git packfile] | * [https://bup.github.io/ bup: backup system based on Git packfile] | ||
+ | * [http://think-like-a-git.net/ Think like a Git: A guide for the perplexed] |
Revision as of 13:58, 11 October 2015
git is an open-source revision control system for software development, originally developed by Linus Torvalds for tracking Linux kernel sources, before being widely adopted by many other projects and companies.