Answers for "how to overwrite a branch to other branch"

2

how to overwrite a branch to other branch

git checkout seotweaks
git merge -s ours master
git checkout master
git merge seotweaks
Posted by: Guest on December-10-2020

Code answers related to "how to overwrite a branch to other branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language