I have a following scenario:
We have environment with custom program that several people develop in - basically shared file system location and it's under Git control.
People change stuff in this location. I want to be able to switch users when they commit - what's the easiest way to do it?
git config user.nameandgit config user.email? This sounds like a terrible idea.