aboutsummaryrefslogtreecommitdiff
path: root/home/git/commit.template (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-05-05home/profiles: move (almost) all modules to profilesFranck Cuny1-11/+0
This is a major refactor, similar to what was done for the hosts, but in a single commit.
2023-03-13home/git: some cleanupFranck Cuny1-13/+1
- add a comment for each ssh-key that is not stored on a yubikey - simplify the git commit template - remove some extra config that I don't need
2022-05-29feat(home/git): add an empty line in the templateFranck Cuny1-0/+1
Change-Id: Icdbc6af9a75834f0e6b11fa2f15d952deb6191dd Reviewed-on: https://cl.fcuny.net/c/world/+/165 Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-18feat(git): add a template for commit messagesFranck Cuny1-0/+22
In order to write good commit message, having a reminder of how to write them is useful. This template provides some guidance to categorize the change and how to phrase the description.