Git user configuration
This persistence provider uses preconfigured Git user name and user email address when it creates Git commits. NiFi Registry user name is added to commit messages.
Example commit
commit 774d4bd125f2b1200f0a5ee1f1e9fedc6a415e83
Author: git-user <git-user@example.com>
Date: Tue May 8 14:30:31 2018 +0900
Commit message.
By NiFi Registry user: nifi-registry-user-1
You can configure Git user name and email address by git config
command.
-
git config
command https://git-scm.com/docs/git-config