Answers for "fetching a forked branch"

0

fetching a forked branch

$ git remote add theirusername [email protected]:theirusername/reponame.git
$ git fetch theirusername
$ git checkout -b mynamefortheirbranch theirusername/theirbranch
Posted by: Guest on February-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language