Repositories
parrot-plumage
Core repo for Parrot Plumage project
-
Cloning this repository:
git clone git://gitorious.org/parrot-plumage/parrot-plumage.git parrot-plumage cd parrot-plumage
Add this repository as a remote to an existing local repository:
git remote add parrot-plumage git://gitorious.org/parrot-plumage/parrot-plumage.git git fetch parrot-plumage git checkout -b my-local-tracking-branch parrot-plumage/master_or_other_branch
plumage-kakapo
Clone for submitting kakapo changes to plumage.
-
Cloning this repository:
git clone git://gitorious.org/~austin/parrot-plumage/plumage-kakapo.git plumage-kakapo cd plumage-kakapo
Add this repository as a remote to an existing local repository:
git remote add plumage-kakapo git://gitorious.org/~austin/parrot-plumage/plumage-kakapo.git git fetch plumage-kakapo git checkout -b my-local-tracking-branch plumage-kakapo/master_or_other_branch
kid51-parrot-plumage
-
Cloning this repository:
git clone git://gitorious.org/~jkeenan/parrot-plumage/kid51-parrot-plumage.git kid51-parrot-plumage cd kid51-parrot-plumage
Add this repository as a remote to an existing local repository:
git remote add kid51-parrot-plumage git://gitorious.org/~jkeenan/parrot-plumage/kid51-parrot-plumage.git git fetch kid51-parrot-plumage git checkout -b my-local-tracking-branch kid51-parrot-plumage/master_or_other_branch

