July 2017
Beginner
466 pages
9h 37m
English
To rebase your current feature branch onto the recent changes available on the master branch, first make the feature branch current, and then navigate to the Branches view from Team Explorer.
There you will find a link called Rebase, which when clicked, will provide you a view to rebase the changes from your current branch to the branch where you would like to replay the commits:

When you are ready to rebase your code, click on the Rebase button and wait until it completes the process. If there is a conflict, you will have to resolve those merge conflicts before completing the rebase. Click on ...
Read now
Unlock full access