Skip to content

Instantly share code, notes, and snippets.

@DevGW
Created December 29, 2022 13:44
Show Gist options
  • Save DevGW/af322696169c7e74f97e0342fdaceaa7 to your computer and use it in GitHub Desktop.
Save DevGW/af322696169c7e74f97e0342fdaceaa7 to your computer and use it in GitHub Desktop.
git :: Update your local git without cloning
git fetch --all
git reset --hard origin/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment