Prepend string to git commit messages via VS2022 git interface?
I want to prepend a string to each of my commits. Is this possible?
I've been searching and it looks like you can achieve it with "git hooks", but git hooks are not supported with Visual Studio?
My end goal is to have Jira ticket number prepended to each commit, but I need to start with just figuring how to prepend a basic string.
Thanks
I've been searching and it looks like you can achieve it with "git hooks", but git hooks are not supported with Visual Studio?
My end goal is to have Jira ticket number prepended to each commit, but I need to start with just figuring how to prepend a basic string.
Thanks