Created
February 3, 2014 12:48
-
-
Save joeblau/8783265 to your computer and use it in GitHub Desktop.
git yolo command
This file contains 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
alias gityolo='git commit -am "DEAL WITH IT" && git push -f origin master' |
@vintrax That one is good too!
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
Nice! Ever thought about something like
alias gittableflip='git push -f origin :master'
? ^^'