I'd like to mark git commit in git VSO repo by additional custom tag when certain events are happen and this will help me to find/see particular commit in history, but I haven't found anything close to this in API documentation, bedsides these links which are still not close enough:
https://www.visualstudio.com/en-us/integrate/api/git/refs
https://www.visualstudio.com/integrate/api/git/pushes#GetalistofpushesForaparticularbranch_includingrefupdates
Thank you in advance!
What I want is the same which is done by this command:
git tag -a v1.2 9fceb02