Skip to content

Instantly share code, notes, and snippets.

@chuongvhn
Created August 3, 2020 03:21
Show Gist options
  • Save chuongvhn/621f59c8ff5e2eb2140c2cd2b7b1f732 to your computer and use it in GitHub Desktop.
Save chuongvhn/621f59c8ff5e2eb2140c2cd2b7b1f732 to your computer and use it in GitHub Desktop.
$ git remote add upstream https://github.com/[Original Owner Username]/[Original Repository].git
$ git fetch upstream
$ git checkout master
$ git merge upstream/master
$ git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment