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?

0
3 comments

Hi!

Please go to `Preferences | Editor | File and Code Templates - Includes - C File Header` and change $USER_NAME to your name.

0
Avatar
Permanently deleted user

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.

0

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>

1

Please sign in to leave a comment.