Skip to content

Instantly share code, notes, and snippets.

@keithmgould
Created May 22, 2014 15:54
Show Gist options
  • Save keithmgould/13220f7a5d36f19db89c to your computer and use it in GitHub Desktop.
Save keithmgould/13220f7a5d36f19db89c to your computer and use it in GitHub Desktop.
alias undeployed="heroku releases -a APP_NAME | sed -n 2p | cut -d' ' -f4 | xargs -J % git log --oneline --decorate --color --graph master --not %"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment