Last active
December 14, 2015 06:19
-
-
Save anteaya/5041761 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cat .git/refs/heads/master | |
d561f82d45e267593220296ac3e956e47a98717f | |
$ cat .git/logs/HEAD | |
0000000000000000000000000000000000000000 d561f82d45e267593220296ac3e956e47a98717f Anita Kuno <[email protected]> 1361885197 -0500 commit (initial): adding my first file | |
$ cat .git/logs/refs/heads/master | |
0000000000000000000000000000000000000000 d561f82d45e267593220296ac3e956e47a98717f Anita Kuno <[email protected]> 1361885197 -0500 commit (initial): adding my first file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment