Skip to content

Instantly share code, notes, and snippets.

@bradlucas
Last active April 27, 2016 13:38
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 bradlucas/f1feb63d21050ad1774e to your computer and use it in GitHub Desktop.
Save bradlucas/f1feb63d21050ad1774e to your computer and use it in GitHub Desktop.
get-first-commit.sh
#!/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