Answers for "export github branch from one repository to another"

0

export github branch from one repository to another

$ git remote -v
remote2 [email protected]:repo2.git (fetch)
remote2 [email protected]:repo2.git (push)
origin  [email protected]:repo.git (fetch)
origin  [email protected]:repo.git (push)
Posted by: Guest on November-04-2020

Code answers related to "export github branch from one repository to another"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language