Please enable JavaScript.
Coggle requires JavaScript to display documents.
Git (.git (objects (info, pack), refs (heads (where branches live), tags),…
Git
.git
objects
info
pack
refs
heads
where branches live
tags
HEAD
config
description
info
types of objects
blob
size
delimeter /0
content
id
tree (snapshot of the repository)
metadata
*tree
*blob
type
blob or tree
filename or directory
mode
executable file, symbolic link
commit (points to a tree) code snapshot
author and commiter
date
message
parent commit or (one or more)
sha1
tree
sha1
information storage
key
Hash of data
sha1 - 40 digit hexidecimal
value
data
git cat-file
-t (type) tree or blob
-p (print) content