Answers for "merge two branches github"

0

how to merge branches github

git checkout main
git merge MyFix
git branch -d MyFix #dp this to delete your now useless MyFix branch, since 
#should now be up to date with main.
Posted by: Guest on May-11-2022

Code answers related to "merge two branches github"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language