Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

github merge

// Go to the main branch you want the side branch to be merged to
git checkout <Main branch name>

// Merge your side branch
git merge <Side branch name>
 
PREVIOUS NEXT
Tagged: #github #merge
ADD COMMENT
Topic
Name
3+4 =