Skip to content

Instantly share code, notes, and snippets.

@stephencweiss
Created October 25, 2018 13:07
Show Gist options
  • Save stephencweiss/773784bda0dab7e8c616664d56ab96ff to your computer and use it in GitHub Desktop.
Save stephencweiss/773784bda0dab7e8c616664d56ab96ff to your computer and use it in GitHub Desktop.
Get the most recent information from the master
git checkout master
git fetch origin
git reset --hard origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment