August Feng

Git templates

About

We can create predefined templates and configure git to source it for our prepared messages.

  git init
  echo 'augustfeng:' > .gitmessage.txt
  git config commit.template .gitmessage.txt