Git

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{DISPLAYTITLE:git}}
 
{{FormatInfo
 
{{FormatInfo
 
|formattype=electronic
 
|formattype=electronic
 
|subcat=Development
 
|subcat=Development
 +
|extensions={{noext}}, {{ext|pack}}, {{ext|idx}}
 
|released=2005
 
|released=2005
 
}}
 
}}
Line 8: Line 10:
 
== Specifications ==
 
== Specifications ==
 
* [http://git-scm.com/docs/gitrepository-layout GIT repository layout]
 
* [http://git-scm.com/docs/gitrepository-layout GIT repository layout]
 +
* [https://github.com/git/git/blob/master/Documentation/technical/pack-format.txt Git pack format]
 +
* [https://codewords.recurse.com/issues/three/unpacking-git-packfiles/ Unpacking Git packfiles]
 +
* [http://www.gitguys.com/topics/what-is-the-format-of-a-git-blob/ What is the format of a git “blob”?]
 +
* [https://git-scm.com/docs/gitignore gitignore format]
  
 
== Related formats ==
 
== Related formats ==
 
* [[SHA-1]] - Used to create object identifiers
 
* [[SHA-1]] - Used to create object identifiers
 
* [[zlib]] - Used to compress data
 
* [[zlib]] - Used to compress data
 +
* [[Virtual File System for Git]]
  
 
== Links ==
 
== Links ==
 
* [[Wikipedia:Git (software)|Wikipedia article]]
 
* [[Wikipedia:Git (software)|Wikipedia article]]
 
* [http://git-scm.com/ Official site]
 
* [http://git-scm.com/ Official site]
 +
* [http://stevelosh.com/blog/2013/04/git-koans/ Git koans]
 +
* [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 16:09, 8 February 2020

File Format
Name Git
Ontology
Extension(s) (none), .pack, .idx
Released 2005

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

Related formats

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox