Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/qmpdclient/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/qmpdclient/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
zhaoz-clone
-
Cloning this repository:
git clone git://gitorious.org/~zhaoz/qmpdclient/zhaoz-clone.git zhaoz-clone cd zhaoz-clone
Add this repository as a remote to an existing local repository:
git remote add zhaoz-clone git://gitorious.org/~zhaoz/qmpdclient/zhaoz-clone.git git fetch zhaoz-clone git checkout -b my-local-tracking-branch zhaoz-clone/master_or_other_branch
shoutcast-clone
-
Cloning this repository:
git clone git://gitorious.org/~m2k/qmpdclient/shoutcast-clone.git shoutcast-clone cd shoutcast-clone
Add this repository as a remote to an existing local repository:
git remote add shoutcast-clone git://gitorious.org/~m2k/qmpdclient/shoutcast-clone.git git fetch shoutcast-clone git checkout -b my-local-tracking-branch shoutcast-clone/master_or_other_branch
qmpdclient
-
Cloning this repository:
git clone git://gitorious.org/~jbrouault/qmpdclient/qmpdclient.git qmpdclient cd qmpdclient
Add this repository as a remote to an existing local repository:
git remote add qmpdclient git://gitorious.org/~jbrouault/qmpdclient/qmpdclient.git git fetch qmpdclient git checkout -b my-local-tracking-branch qmpdclient/master_or_other_branch

