Answers for "how to merge two branches in git locally"

0

Merge Two Branches in git command

git merge existing_branch_name
git merge --no-ff existing_branch_name
Posted by: Guest on June-10-2022

Code answers related to "how to merge two branches in git locally"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language