Skip to content

Instantly share code, notes, and snippets.

@Iainmon
Created December 27, 2018 13:39
Show Gist options
  • Save Iainmon/638235d831a9a5b9e878e934a1b3a842 to your computer and use it in GitHub Desktop.
Save Iainmon/638235d831a9a5b9e878e934a1b3a842 to your computer and use it in GitHub Desktop.
sudo git reset --hard origin/master; sudo git pull origin master;
#nosudo
git reset --hard origin/master; git pull origin master;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment