trevoristall
11/25/2014 - 8:38 PM

pull in changes and reset to master

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