Last active
January 24, 2023 19:13
-
-
Save sabbour/ff3e976c545a0c8f701773a0cb503e5e to your computer and use it in GitHub Desktop.
How to sync fork with upstream
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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