Skip to content

Instantly share code, notes, and snippets.

@bobbyno
Created May 22, 2013 17:54
Show Gist options
  • Save bobbyno/5629499 to your computer and use it in GitHub Desktop.
Save bobbyno/5629499 to your computer and use it in GitHub Desktop.
See the commit currently running in Heroku
#!/usr/bin/env bash
git ls-remote heroku | awk 'END{print $1}' | xargs git show
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment