Answers for "how create a new branch which is copy of a particular branch in git"

1

creating copy of a branch

git checkout -b new_branch old_branch
Posted by: Guest on August-03-2020

Code answers related to "how create a new branch which is copy of a particular branch in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language