Skip to content

Instantly share code, notes, and snippets.

@iamdey
Created October 25, 2012 08:34
Show Gist options
  • Save iamdey/3951441 to your computer and use it in GitHub Desktop.
Save iamdey/3951441 to your computer and use it in GitHub Desktop.
get last git commit hash
#!/bin/bash
git log --format=%H -n1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment