I\'m in a CI environment using VSTS and I want to get the commit comment to set him into a text file.
Here are my build step :
The idea is to copy the GIT comm
Following command will display the latest commit id and commit message:
git log --pretty=oneline | head -1