Skip to content

Instantly share code, notes, and snippets.

@jzbruno
Last active September 16, 2020 03:57
Show Gist options
  • Save jzbruno/eeb2b9d3302a53293b12c641a96ef7e8 to your computer and use it in GitHub Desktop.
Save jzbruno/eeb2b9d3302a53293b12c641a96ef7e8 to your computer and use it in GitHub Desktop.
git-update-fork
# git remote add upstream <origin-url>
git fetch upstream
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