Preserve git remotes

git, git-clone, git-remote

Solution

I begin this command

https://github.com/juanpabloaj/git-remote-init

for save the remotes in a .gitremotes file

Problem

I have fixed network of git remotes and I would like them to be attached to repository. Unfortunately git-clone doesn't clone remotes. Is there a way around it?

Original source

Related problems