Git - keep a feature branch updated
git checkout parent-branch
git pull --rebase upstream parent-branch
git checkout feature-branch
git rebase parent-branch
Written by Ashish Kumar Singh
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rebase
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#