Answers for "set upstream fork in github"

1

setting the upstream for a fork github

git remote add upstream https://thehttpslinkgoeshere.git
Posted by: Guest on October-27-2020
0

set forked repo as upstream

$ git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git
Posted by: Guest on June-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language