as in the subject: is it possible to have a git remote config on the global or system level, rather than for each individual project (repo)?
This is in relation to a scenario in which we are working with two different source control platforms, one of which we are using frequently (default) to code-develop and collaborate, and the other which holds a "clean" mirror / copy of some of our repositories (same name). So the idea would be to push to that second remote some of the projects every now and then, and it would be easier if we did not have to always configure the second remote for each project.
Thank you in advance for the answers.