Is it possible to define a user in ./git/config
per remote like this?
I have mutliple remote with commits that shoud be tagged by the user linked to the remote.
Didn't find any answer on SO for this.
Found the tip with includeIf
but that's not what I'm seeking.
[ remote "toto"]
url = ssh://127.1.2.3:22/totoremote
fetch = +refs/heads/*:refs/remotes/toto/*
[ user "toto" ]
name = theUserForToto
email = theuserfortoto@tata.com