Repositories
mainline
The main trunk.
-
Cloning this repository:
git clone git://gitorious.org/fedx/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/fedx/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
rtnpros-fedx-grsync-clone
This contains the part of fedx code relating to implementation of grsync for fedx
-
Cloning this repository:
git clone git://gitorious.org/~rtnpro/fedx/rtnpros-fedx-grsync-clone.git rtnpros-fedx-grsync-clone cd rtnpros-fedx-grsync-clone
Add this repository as a remote to an existing local repository:
git remote add rtnpros-fedx-grsync-clone git://gitorious.org/~rtnpro/fedx/rtnpros-fedx-grsync-clone.git git fetch rtnpros-fedx-grsync-clone git checkout -b my-local-tracking-branch rtnpros-fedx-grsync-clone/master_or_other_branch
rtnpros-fedx-clone
-
Cloning this repository:
git clone git://gitorious.org/~rtnpro/fedx/rtnpros-fedx-clone.git rtnpros-fedx-clone cd rtnpros-fedx-clone
Add this repository as a remote to an existing local repository:
git remote add rtnpros-fedx-clone git://gitorious.org/~rtnpro/fedx/rtnpros-fedx-clone.git git fetch rtnpros-fedx-clone git checkout -b my-local-tracking-branch rtnpros-fedx-clone/master_or_other_branch
sagaruns-clone
-
Cloning this repository:
git clone git://gitorious.org/~sagarun/fedx/sagaruns-clone.git sagaruns-clone cd sagaruns-clone
Add this repository as a remote to an existing local repository:
git remote add sagaruns-clone git://gitorious.org/~sagarun/fedx/sagaruns-clone.git git fetch sagaruns-clone git checkout -b my-local-tracking-branch sagaruns-clone/master_or_other_branch
shakthimaans-clone
-
Cloning this repository:
git clone git://gitorious.org/~shakthimaan/fedx/shakthimaans-clone.git shakthimaans-clone cd shakthimaans-clone
Add this repository as a remote to an existing local repository:
git remote add shakthimaans-clone git://gitorious.org/~shakthimaan/fedx/shakthimaans-clone.git git fetch shakthimaans-clone git checkout -b my-local-tracking-branch shakthimaans-clone/master_or_other_branch
rtnpros-fedx-latest-clone
-
Cloning this repository:
git clone git://gitorious.org/~rtnpro/fedx/rtnpros-fedx-latest-clone.git rtnpros-fedx-latest-clone cd rtnpros-fedx-latest-clone
Add this repository as a remote to an existing local repository:
git remote add rtnpros-fedx-latest-clone git://gitorious.org/~rtnpro/fedx/rtnpros-fedx-latest-clone.git git fetch rtnpros-fedx-latest-clone git checkout -b my-local-tracking-branch rtnpros-fedx-latest-clone/master_or_other_branch

