Answers for "how to create copy of a branch and again commit in git"

0

creating copy of a branch

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

copy commit in another branch

git checkout branch-name
git cherry-pick xyz abc qwe
git push origin branch-name
Posted by: Guest on September-07-2021

Code answers related to "how to create copy of a branch and again commit in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language