Answers for "create new branch on another repoistory"

6

create a new branch based on another branch

//when on branch 'dev' make branch 'myFeature' off of 'dev'
git checkout -b myFeature dev
Posted by: Guest on March-17-2020
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 "create new branch on another repoistory"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language