Answers for "send branch to remote"

0

git link branch to remote

# v. 1.8.0
git branch -u remote/my-branch
Posted by: Guest on June-09-2021
1

pull branch from remote to new local branch

git branch --track <branch-name> origin/<branch-name>
Posted by: Guest on July-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language