Ensuring better git commit messages with a global template
I read the advice here some time ago, and I’ve been following it by and large. However, only recently I discovered how to enforce a line limit when git-commit starts up nano: ~/.gitconifg: [core] editor = nano -r 72The problem is that doesn’t help limit the summary to 50 characters,…