Hi ,
I plan to have below set up .
- Local GIT
- Node Red with projects integrated to it.
- Multiple users created on Node Red.
I was doing some tests with my local installation. I created 2 users under adminAuth - admin1 and admin2.
Did some changes and committed them. Changes were done with both admin1 and admin2 separately each leading to its own commit.
Now when i run the command git log , I still see the Git credentials as given in Settings - Git config - "Committer Details" as common for all. There is no way to know to know which NR user did the change - admin1 or admin2.
Is there any which way this can be achieved by the current set up ?
If not - can we consider adding the user name automatically to the Comment ?
(I am aware this is limited to commits and not staged multiple chanegs which may lead to commit)