Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Last active October 10, 2019 20:25
Show Gist options
  • Save carlosrojaso/95cd3efb7d7a4b73737e7aa7d5871341 to your computer and use it in GitHub Desktop.
Save carlosrojaso/95cd3efb7d7a4b73737e7aa7d5871341 to your computer and use it in GitHub Desktop.
Sync repos
$ git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
$ git merge upstream/develop
$ git push origin develop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment