How can I automatically add the branch name that I am currently working on to my commits?
For the moment I have to write it down manually each time I commit something:
[v1.2-branch-name] I did something
[v1.2-branch-name] I did something else
[v1.2-otherbranch-name] I did something else that did not mess up my code
I currently use Github Desktop.