-
|
The I have the following config: [git]
autoCommit = true
commitMessageTemplate = "{{ promptString \"Commit message\" }}"How do I set it to use an external command, or what my git config uses, to edit the commit message? I can't find documentation about this. Or I might have overlooked something. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There's currently no way to do this with |
Beta Was this translation helpful? Give feedback.
There's currently no way to do this with
autoCommit. Instead, you can setautoAddtotrue(instead ofautoCommit) and then runchezmoi git commit.