I am using Team Explorer in Visual Studios and have linked my BitBucket account up with it and can quite happily make changes to my code and Commit/Push/Sync those up to show on the BitBucket site.
However, it's been tasked of me that I find a way, that when making changes, the Change comments that can be made before Pushing/Syncing show automatically the changes that have been made in the code, which become the comment itself. I have looked but can't find a way. Anyone any ideas?
git log
with the appropriate format options can do this over many commits.