I wonder how I can add the "signed-off-by" line in a Git commit automatically within PyCharm's Commit dialog.
There are options for amending to the previous commit and changing the author of the commit, but I couldn't find an option for adding the signed-off line (git commit -s
) on a per-commit basis.
Is it even possible or is it a missing feature?