Answers for "git branch as remote"

0

git link branch to remote

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

create local git branch from remote

git checkout -b localName remoteName
Posted by: Guest on April-27-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language