Skip to main content
deleted 2 characters in body
Source Link
DocJ457
  • 857
  • 8
  • 17
$ git remote add upstream https://github.com/....

$ git pull upstream mastermain

$ git push
$ git remote add upstream https://github.com/....

$ git pull upstream master

$ git push
$ git remote add upstream https://github.com/....

$ git pull upstream main

$ git push
Source Link
DocJ457
  • 857
  • 8
  • 17

$ git remote add upstream https://github.com/....

$ git pull upstream master

$ git push