Git: can I store known repository in the repository?

Posted by 0x6adb015 on Server Fault See other posts from Server Fault or by 0x6adb015
Published on 2010-05-21T14:29:55Z Indexed on 2010/05/21 14:41 UTC
Read the original article Hit count: 160

Filed under:
|
|

I am setting up a Git repository. I know you can add repositories using git config --global, but is there a way that those known repositories gets cloned by users?

For example, I add git://X/mobility.git as X to the repo (somehow), a user clone it from git://Y, but then can do git push X without previously doing the git config ?

© Server Fault or respective owner

Related posts about git

Related posts about repository