microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.66k stars 28.68k forks source link

At submission configure my own .gitmessage template #48016

Closed yanyue404 closed 6 years ago

yanyue404 commented 6 years ago

I want to use my own configured .gitmessage template file during git push. I remember that I was able to configure it before. I suspect that it may be due to version upgrade. I'm so configured: .gitconfig

[commit]
template = ~/.gitmessage

Then I defined my own .gitmessage file, but it didn't work. How do I do this?Use my own template.

image

vscodebot[bot] commented 6 years ago

(Experimental duplicate detection) Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

yanyue404 commented 6 years ago

Thank you, it works already because of a problem with my .gitmessage format.