Created
May 15, 2013 20:25
-
-
Save joshkehn/5587079 to your computer and use it in GitHub Desktop.
*Really* make sure everything is synced.
This file contains hidden or 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 pull="git pull"; | |
alias push="git push"; | |
alias prod="git push heroku master:master"; # I have a cleaner function for this that pushes the current branch | |
pull && | |
pull && | |
pull && | |
sleep 10 && | |
pull && | |
push && | |
prod && | |
say "I'm fairly confident we are all up to date." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment