Skip to content

Instantly share code, notes, and snippets.

@sabbour
Last active January 24, 2023 19:13
Show Gist options
  • Save sabbour/ff3e976c545a0c8f701773a0cb503e5e to your computer and use it in GitHub Desktop.
Save sabbour/ff3e976c545a0c8f701773a0cb503e5e to your computer and use it in GitHub Desktop.
How to sync fork with upstream
git checkout master
git fetch upstream
git merge upstream/master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment