Answers for "how to create new branck in git repository"

0

git create new repo from branch

$ git push https://github.com/accountname/new_repo.git +old_branch:master
Posted by: Guest on October-19-2020

Code answers related to "how to create new branck in git repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language