Last active
September 15, 2021 00:09
-
-
Save lawgimenez/dd4ce7bd09e72f94331747160172652e to your computer and use it in GitHub Desktop.
Git: Pulling changes from fork parent
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 remote add upstream https://github.com/mozilla-mobile/firefox-ios.git | |
| git fetch upstream | |
| git merge upstream/main | |
| git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment