Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git merge branch

git status
git checkout master
git fetch 
git pull
git merge X # X is the name of the branch you want to merge into the receiving branch.
Source by phoenixnap.com #
 
PREVIOUS NEXT
Tagged: #git #merge #branch
ADD COMMENT
Topic
Name
2+4 =