Our team has been adding new members lately. Every time we add a new person, they get their own remote Git repository. The number of remotes in the .git/config for each project goes up by one. Every single person on the team needs to add the new remote to every project. The new person has to add the remotes for every existing team member when they initially clone the project.
This is very annoying. Is there some way to automatically add all the appropriate remotes to all the projects to eliminate this hassle?