Created
January 20, 2021 16:56
-
-
Save pak11273/e1577159e12cc8024d1f9516f23f19eb to your computer and use it in GitHub Desktop.
GIT RECIPES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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