Skip to content

Instantly share code, notes, and snippets.

@starkcoffee
Created August 10, 2016 16:30
Show Gist options
  • Save starkcoffee/842804a38d6e74bcd732da61345cd0d5 to your computer and use it in GitHub Desktop.
Save starkcoffee/842804a38d6e74bcd732da61345cd0d5 to your computer and use it in GitHub Desktop.
Safe git YOLO
alias yolo='(git symbolic-ref HEAD | grep -vq master && cowthink -f stegosaurus "#YOLO" && git push --force-with-lease) || cowthink -f beavis.zen "You tried to push master, fool."'
@starkcoffee
Copy link
Author

via @spadgos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment