July 2017
Beginner
466 pages
9h 37m
English
When you have pushed some commits to the remote repository and would like to undo those changes, you need to use the revert command to create a new commit, undoing all those changes.
To revert a change from the shared remote branch, open Team Explorer and navigate to the History page of the branch. Now right click on the commit that you want to revert and click on the Revert option from the context menu entries, as shown in the following screenshot:

This will create a new commit to undo the changes, ...
Read now
Unlock full access