diff --git a/commit-template.md b/commit-template.md new file mode 100644 index 000000000..641d7e990 --- /dev/null +++ b/commit-template.md @@ -0,0 +1,6 @@ +# Commit Template + +- I keep mine in ```.config/commit-template```. I can enable it thus: + - ```git config --local commit.template ~/.config/commit-template``` + + diff --git a/foam-settings.md b/foam-settings.md index 344f7c18f..25454ed1c 100644 --- a/foam-settings.md +++ b/foam-settings.md @@ -4,6 +4,7 @@ - Some changes to [[settings.json]] in your digital garden's ```.vscode``` directory. - Some changes to [[keybindings.json]] in your global (user scope) ```.config/Code/user/``` directory. - Optional additional [[git config]] to make submitting to your garden (and the [[agora]]) easier/less work. + - In particular, a [[commit template]] so that you don't need to write a change description when you want to save to the [[agora]]. - [[push]] [[settings.json]]: ``` "foam.openDailyNote.directory": "journal",