We have a number of shared Windows machines that we are making commits on. TortoiseGit is used for commits and pushes.
Our preference is to prompt users for credentials on each commit/push/pull.
We are able to get TortoiseGit to prompt us for the commits and pushes, however the commit/push is not tagged with the username on our Atlassian Stash. Instead it is using whatever value is configured in git user info.
How can we configure TortoiseGit to use the prompted username for user info during a push?