Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git merge branch into another branch

git checkout branch_to_merge_into #Get into the branch first
git merge incomingBranch #merge incomingBranch into branch_to_merge_into
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #git #merge #branch #branch
ADD COMMENT
Topic
Name
4+7 =