Git
From Just Solve the File Format Problem
(Difference between revisions)
(→Related formats) |
Dan Tobias (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:git}} | ||
{{FormatInfo | {{FormatInfo | ||
|formattype=electronic | |formattype=electronic |
Revision as of 16:09, 8 February 2020
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.
Specifications
- GIT repository layout
- Git pack format
- Unpacking Git packfiles
- What is the format of a git “blob”?
- gitignore format
Related formats
- SHA-1 - Used to create object identifiers
- zlib - Used to compress data
- Virtual File System for Git