Answers for "copy data from one branch to another in git"

1

copy data from one branch to another in git

git checkout BranchB
git merge BranchA
Posted by: Guest on April-14-2022

Code answers related to "copy data from one branch to another in git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language