Answers for "how to copy all branch commits to a whole new branch"

0

how to copy all branch commits to a whole new branch

git checkout old_branch
git branch new_branch
Posted by: Guest on September-07-2021

Code answers related to "how to copy all branch commits to a whole new branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language