Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git rebase develop into feature

git checkout develop
git pull
git checkout feature-brach
git rebase develop

//if there are any conflicts, you have to resolve them
 
PREVIOUS NEXT
Tagged: #git #rebase #develop #feature
ADD COMMENT
Topic
Name
3+4 =