Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

merge another branch into current

git checkout branch_name // checkout to branch you want to merge to if not in it already
git merge branch_to_merge_from
Source by gitexplorer.com #
 
PREVIOUS NEXT
Tagged: #merge #branch #current
ADD COMMENT
Topic
Name
9+3 =