Rebase
From a feature branch, rebase the latest changes from the master branch.
command line
git checkout feature
git rebase master
From a feature branch, rebase the latest changes from the master branch.
git checkout feature
git rebase master
Ask questions via GitHub below OR chat on Slack #questions