Skip to content

Instantly share code, notes, and snippets.

@cmwylie19
Last active June 12, 2023 18:07
Show Gist options
  • Save cmwylie19/bb8847947725d031d5353142f6a10ca6 to your computer and use it in GitHub Desktop.
Save cmwylie19/bb8847947725d031d5353142f6a10ca6 to your computer and use it in GitHub Desktop.
Update fork with Git Rebase
git remote add upstream https://github.com/user/repo.git

git fetch upstream

git rebase upstream/main 1806 

git push origin main --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment