For my project I use VS Team services, linked to Visual Studio 2015.
When I want to check in a new commit, I can do this:
- In solution explorer, right click on project
- Source Control -> Check In
- Enter a comment, click 'Check In'
Now I would like to amend my previous commit, since it wasn't finished completely when I checked it in, in GIT this is possible with the git commit --amend
function.
How to do this in VS Team Services? Preferably from Visual Studio itself.