How to use different "Commit email" for different repos in the same Gitlab profile?

Viewed 24

When logged to Gitlab, in the profile settings you can set the so-called Commit email:

Gitlab "Commit email"

This is a profile-wide setting.

Given I have more than one email address associated with my profile:

  • me@private.com
  • me@work.io

I'd like to define a different Commit email per repository (or ideally per group).

Is this possible?

1 Answers
Related