Let me start by stating the obvious ... my confidence with git is still cowering off in a dark corner :)
We've been using it here in-house lately, and I'm starting to get the hang of it, but I've got a few more hours to put in before I get my license ;)
We have a repository within our intranet, and when using the git-cmd cli, git looks for the default key in the default location when trying to authenticate.
Our repository is using a different key.
Is there a git config file or something that I can edit to put in the path to the proper key?
How do I set the credentials?