Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/ruby-irc/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/ruby-irc/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
andsux-fork
-
Cloning this repository:
git clone git://gitorious.org/~andsux/ruby-irc/andsux-fork.git andsux-fork cd andsux-fork
Add this repository as a remote to an existing local repository:
git remote add andsux-fork git://gitorious.org/~andsux/ruby-irc/andsux-fork.git git fetch andsux-fork git checkout -b my-local-tracking-branch andsux-fork/master_or_other_branch
kuadrosxs-clone
-
Cloning this repository:
git clone git://gitorious.org/~kuadrosx/ruby-irc/kuadrosxs-clone.git kuadrosxs-clone cd kuadrosxs-clone
Add this repository as a remote to an existing local repository:
git remote add kuadrosxs-clone git://gitorious.org/~kuadrosx/ruby-irc/kuadrosxs-clone.git git fetch kuadrosxs-clone git checkout -b my-local-tracking-branch kuadrosxs-clone/master_or_other_branch
martindemellos-clone
-
Cloning this repository:
git clone git://gitorious.org/~martindemello/ruby-irc/martindemellos-clone.git martindemellos-clone cd martindemellos-clone
Add this repository as a remote to an existing local repository:
git remote add martindemellos-clone git://gitorious.org/~martindemello/ruby-irc/martindemellos-clone.git git fetch martindemellos-clone git checkout -b my-local-tracking-branch martindemellos-clone/master_or_other_branch

