Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git get develop to feature branche

git checkout dev
git pull 
git checkout feature_branch
git merge dev 
git mergetool (resolve conflicts)
git commit
 
PREVIOUS NEXT
Tagged: #git #develop #feature #branche
ADD COMMENT
Topic
Name
3+2 =