Files
30-seconds-of-code/snippets/commit-template.md
Angelos Chalaris 1397bb792e Deprecate expertise
2022-12-04 22:23:55 +02:00

563 B

title, tags, author, cover, firstSeen, lastUpdated
title tags author cover firstSeen lastUpdated
Add a commit message template repository,configuration chalarangelo blog_images/river-house-lights.jpg 2021-04-06T21:35:01+03:00 2021-04-13T21:10:59+03:00

Sets up a commit message template for the current repository.

  • Use git config commit.template <file> to specify <file> as the commit message template for the current repository.
git config commit.template <file>
git config commit.template "commit-template"
# Sets "commit-template" as the commit message template