Skip to content

Instantly share code, notes, and snippets.

@wildeng
Last active July 20, 2019 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wildeng/e5f930cb66dba806c9decc1470c50aa2 to your computer and use it in GitHub Desktop.
Save wildeng/e5f930cb66dba806c9decc1470c50aa2 to your computer and use it in GitHub Desktop.
GIT saved files content
# Tree object
git cat-file -p 51e1acfa6ecdb46d6c9d4ad13e82b5cab90d5f3f
100644 blob 538d4c75373bb8ebb9af381c4e8287b6f0819533 status.txt
# Commit object: Author info, Committer info and commit message
git cat-file -p 51dcfd9bba09650f50ccad8dde3ad5fe8ba68ad2
tree 51e1acfa6ecdb46d6c9d4ad13e82b5cab90d5f3f
author wildeng <wildeng@myemail.com> 1563483367 +0100
committer wildeng <wildeng@myemail.com> 1563483367 +0100
first commit
# Content of the file
git cat-file -p 538d4c75373bb8ebb9af381c4e8287b6f0819533
This is my first commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment