Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save voxpelli/e08600ee1bd1ca254a46ff437e672200 to your computer and use it in GitHub Desktop.
Save voxpelli/e08600ee1bd1ca254a46ff437e672200 to your computer and use it in GitHub Desktop.
git alias to notify on git push fail (works on OS X)
git config --global alias.pushh '!git push $@ || terminal-notifier -message "Push failed" -title "git"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment