Skip to content

Instantly share code, notes, and snippets.

@pak11273
Created January 20, 2021 16:56
Show Gist options
  • Save pak11273/e1577159e12cc8024d1f9516f23f19eb to your computer and use it in GitHub Desktop.
Save pak11273/e1577159e12cc8024d1f9516f23f19eb to your computer and use it in GitHub Desktop.
GIT RECIPES
# Grabbing changes from the original repo that you cloned locally
git fetch && git reset --hard origin/<branch name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment