Our setup (in my opinion) is incredibly messy.
I log in as marct.ipa@subdomain.domain.com to a host and, using just the basic git commands (clone, pull, diff, etc) I can edit and update the content via GitHub. All good and easy.
However, our database guys do not want to use GitHub but, instead, want to use BitBucket. Moreover, to clone or get, I have to use marct@bitbucket.subdomain.domain.com but this will not work to commit or push changes. For that (I think) I have to use marct@domain.sk.
The documentation seems to focus on modifying the git config (for the cloned tree) but, if I change the email address in there am I not going to suffer problems because I am forced to use one identity to get and another to send?
I can commit with --author "Marc T" (linked to marct@domain.sk)
How to change identity for just the current push?