Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git rebase

# To, e.g, update my feature-branch with new master's commits:

git checkout master
# My master --> into --> my feature
git rebase my-feature
Source by www.atlassian.com #
 
PREVIOUS NEXT
Tagged: #git #rebase
ADD COMMENT
Topic
Name
5+1 =