git commit tree

  • commit은 특정 시간의 hash root tree의 snapshot
    • commit
      • root tree pointer
      • parent commit list
      • commit meta
        • author
        • committer
        • commit messasge

Recommendations