Setting up 2 or more Repositories?
Posted
by user364133
on Stack Overflow
See other posts from Stack Overflow
or by user364133
Published on 2010-06-17T06:14:30Z
Indexed on
2010/06/17
6:23 UTC
Read the original article
Hit count: 159
git
|repository
My question is: can i have 2 repositories without losing my original repository.
Lets say i want the the eclair source repository
repo init -u git://android.git.kernel.org/platform/manifest.git -b eclair
(already synced and working)
and i would also like to sync with cyanogens repository
repo init -u git://github.com/cyanogen/android.git -b eclair
All i basically want to do is have both repositories without altering or messing up the original.
thanks.
© Stack Overflow or respective owner