Answers for "git copy branch to another"

1

git copy branch to another

git checkout old_branch
git branch new_branch
Posted by: Guest on April-30-2022

Code answers related to "git copy branch to another"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language