Skip to content

Instantly share code, notes, and snippets.

@lawgimenez
Last active September 15, 2021 00:09
Show Gist options
  • Select an option

  • Save lawgimenez/dd4ce7bd09e72f94331747160172652e to your computer and use it in GitHub Desktop.

Select an option

Save lawgimenez/dd4ce7bd09e72f94331747160172652e to your computer and use it in GitHub Desktop.
Git: Pulling changes from fork parent
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