I have a feature branch - let's call it featureX'
When I'm developing it - I create several commits, send them to the server, test it - several more commits etc...
When later I merge this branch to master - I want to see in the history, which commits were part of this featureX
branch before they were committed to master.
Currently my way is to remember to add that to the comment whenever I commit - but I'm lazy and not always remember to do so.
Is there a way to tag these commits, or automatically add to their comments a prefix with the branch name?
I'm using git in Visual Studio, using it's UI