Skip to content

Instantly share code, notes, and snippets.

@joeblau
Created February 3, 2014 12:48
Show Gist options
  • Save joeblau/8783265 to your computer and use it in GitHub Desktop.
Save joeblau/8783265 to your computer and use it in GitHub Desktop.
git yolo command
alias gityolo='git commit -am "DEAL WITH IT" && git push -f origin master'
@allroundninja
Copy link

Nice! Ever thought about something like alias gittableflip='git push -f origin :master'? ^^'

@joeblau
Copy link
Author

joeblau commented Jan 24, 2016

@vintrax That one is good too!

@florianmutter
Copy link

You should add -n (--no-verify). Who cares about pre commit hooks?

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