Now, every time you run git commit , your editor opens with this custom template inside COMMIT-EDITMSG . It acts as a checklist, dramatically improving consistency across teams.
git config --global core.commentChar ";"
Commit-editmsg
Now, every time you run git commit , your editor opens with this custom template inside COMMIT-EDITMSG . It acts as a checklist, dramatically improving consistency across teams.
git config --global core.commentChar ";" COMMIT-EDITMSG