Where can I find snapshot for a specific Git commit?
问题 I have learned that: Git keeps a snapshot for each commit A snapshot is essentially copies of changed files and some references to unchanged files All Git relevant data are stored under .git directory inside the repository directory. duong2179-mbpro:.git duong2179$ ls -l total 480 -rw-r--r-- 1 duong2179 admin 742 Oct 2 13:03 COMMIT_EDITMSG -rw-r--r-- 1 duong2179 admin 15646 Oct 2 13:28 FETCH_HEAD -rw-r--r-- 1 duong2179 admin 33 Oct 2 13:28 HEAD -rw-r--r-- 1 duong2179 admin 41 Oct 2 13:28 ORIG