pull in changes and reset to master
# This should only be run on your production environment to pull in commited changes.
# DO NOT USE THIS ON YOUR DEVELOPMENT BUILD OR YOU WILL LOSE ANY CHANGES SINCE YOUR LAST PUSHED COMMIT!
git fetch --all && git reset --hard origin/master