Skip to content

Instantly share code, notes, and snippets.

@joshkehn
Created May 15, 2013 20:25
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 joshkehn/5587079 to your computer and use it in GitHub Desktop.
Save joshkehn/5587079 to your computer and use it in GitHub Desktop.
*Really* make sure everything is synced.
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