I have a master branch and a feature branch. The feature branch has several changes but the master branch has many changes like removing 10 projects from the repository. The
I would rebase feature on top of master, then fast-forward feature on top of master
(with feature checkedout)
git rebase master