Can I Pull From A Repo Not My Fork?
Can I Pull From A Repo Not My Fork? Simply add a new remote (say, other ) in your own repo. Then Pull other/<branch> changes into your local branch (say, add-other-changes ). Push to your own forked repo ( origin/add-other-changes ). Now, when you done with add-other-changes branch, create a Pull request & merge with