Created
May 22, 2013 17:54
-
-
Save bobbyno/5629499 to your computer and use it in GitHub Desktop.
See the commit currently running in Heroku
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
#!/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