Skip to content

Instantly share code, notes, and snippets.

@CarlosDomingues
Last active April 30, 2022 23:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CarlosDomingues/133c3251af881126bf2063172ef39527 to your computer and use it in GitHub Desktop.
Save CarlosDomingues/133c3251af881126bf2063172ef39527 to your computer and use it in GitHub Desktop.
Contribute

Sync a fork with upstream

Run the following (note: use main/master as needed):

git fetch upstream
git checkout master
git merge upstream/master
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment