Answers for "how to add an existing branch from remote git"

9

push a new branch

git push -u origin <branch-name>
Posted by: Guest on May-24-2020
4

Push your branch up to the remote.

$ git push <remote> <branch>
Posted by: Guest on September-11-2020

Code answers related to "how to add an existing branch from remote git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language