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?
feedback
|
|
There is no way to do this with git, as far as I know. Telling users to run scripts post-clone is what people tend to do. If it's a ruby project, you probably have | |||||
feedback
|
|
Remotes are saved in | |||
|
feedback
|
|
You could define them in your global config file | |||
|
feedback
|
|
I begin this command https://github.com/juanpabloaj/git-remote-init for save the remotes in a .gitremotes file | |||
|
feedback
|