DEV Community

Discussion on: Git commit message 💬

Collapse
 
vuong profile image
vuong ⛈️

I have a template for Git commit in work which mentions the pattern of issue ID then it can be checking crossly with issues management tool by just a click, but just use the simple message for my personal stuffs.

Collapse
 
aftabksyed profile image
Aftab Syed

What template are you talking about and how do you implement/incorporate that template when committing the code?

Collapse
 
vuong profile image
vuong ⛈️

thoughtbot.com/blog/better-commit-... here is a tutorial. My template is just put the prefix string like ABC-, then whenever I commit code, I just put the number sequentially defined prefix and also commit message at the end.

Git commit template is also affected to Git-familiar-tools like VScode/Fork.