Git - Repo and Tools
Git tips
Clone
Browse
URL/.git/config
URL/.git/HEAD
URL/.git/refs/heads/master
URL/.git/objects/xx/hash # where xx is 1 first byte in hex of the hash
git cat-file -p <hash>Create repo
Last updated
Git tips
URL/.git/config
URL/.git/HEAD
URL/.git/refs/heads/master
URL/.git/objects/xx/hash # where xx is 1 first byte in hex of the hash
git cat-file -p <hash>Last updated