I have a commit made by a developer on the remote Git repository hosted on VSTS that needs to be reverted. From Visual Studio, without command prompt how to revert the commit?
I have a commit made by a developer on the remote Git repository hosted on VSTS that needs to be reverted. From Visual Studio, without command prompt how to revert the commit?
In Team Explorer go to Branches
Right click on a branch that contains the commit you want to revert and select View History
Right click on the desired commit and click Revert