Repositories
cloudsync
-
Cloning this repository:
git clone git://gitorious.org/cloudsync/cloudsync.git cloudsync cd cloudsync
Add this repository as a remote to an existing local repository:
git remote add cloudsync git://gitorious.org/cloudsync/cloudsync.git git fetch cloudsync git checkout -b my-local-tracking-branch cloudsync/master_or_other_branch
icewinds-cloudsync
-
Cloning this repository:
git clone git://gitorious.org/~icewind/cloudsync/icewinds-cloudsync.git icewinds-cloudsync cd icewinds-cloudsync
Add this repository as a remote to an existing local repository:
git remote add icewinds-cloudsync git://gitorious.org/~icewind/cloudsync/icewinds-cloudsync.git git fetch icewinds-cloudsync git checkout -b my-local-tracking-branch icewinds-cloudsync/master_or_other_branch

