Skip to content

Instantly share code, notes, and snippets.

@serjKim
Created January 29, 2026 13:04
Show Gist options
  • Select an option

  • Save serjKim/b671e8063792f4c09f7799c689bb1e05 to your computer and use it in GitHub Desktop.

Select an option

Save serjKim/b671e8063792f4c09f7799c689bb1e05 to your computer and use it in GitHub Desktop.
git remote add upstream ssh://[original_repository_url]
git fetch upstream
git checkout master
git rebase upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment