Skip to content

Instantly share code, notes, and snippets.

@nyxcharon
Created June 14, 2013 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save nyxcharon/5782348 to your computer and use it in GitHub Desktop.
Save nyxcharon/5782348 to your computer and use it in GitHub Desktop.
Get 8 char git hash
git ls-remote git://github.com/nyxcharon/Test.git | cut -f1 | sed 's/.\{32\}$//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment