Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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.
 
PREVIOUS NEXT
Tagged: #merge #branches #github
ADD COMMENT
Topic
Name
9+3 =