Change 'signed-off-by' details?
Answered
I need to use my real name instead of my github username. Is there a way to customize the 'signed-off-by' message?

Please sign in to leave a comment.
Hi!
Please go to `Preferences | Editor | File and Code Templates - Includes - C File Header` and change $USER_NAME to your name.
Hi Anna,
This does not seem to be what I need, sorry for not providing enough details: I was asking about 'signed-off-by' line, which CLion can add to commit message. I updated the question with a relevant screenshot.
I suppose that you can change it only using git: https://help.github.com/articles/setting-your-username-in-git/.
From our documentation: When this option is enabled, the following line is automatically added at the end of the commit message: Signed off by: <username>