Last active
April 27, 2016 13:38
-
-
Save bradlucas/f1feb63d21050ad1774e to your computer and use it in GitHub Desktop.
get-first-commit.sh
This file contains hidden or 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
#!/bin/sh | |
# @see http://stackoverflow.com/a/5189296 | |
git log $(git rev-list --max-parents=0 HEAD) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment