Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to merge git

git checkout ( + a branch)  # go to the named branch
git pull					# update local
git merge ( + a branch you want to merge) # merge branch into checkout branch
git push					# changes on remote. Then checkout merged branch
 
PREVIOUS NEXT
Tagged: #merge #git
ADD COMMENT
Topic
Name
4+5 =