I have a code repo that has multiple remotes, and the remotes were configured locally on my computer.
After pushing the code to origin and having a colleague pull the code, I have to set up the list of remotes again.
Is there a way to include the .git/config file as part of the repo's commits? If not, would be happy to hear other recommendations too.
FYI, I've tried both adding the include path as suggested here as well as adding the !filename line to .gitignore, to no effect.
Thanks ahead for your help/suggestions.