Repositories
dinjam
-
Cloning this repository:
git clone git://gitorious.org/dinjam/dinjam.git dinjam cd dinjam
Add this repository as a remote to an existing local repository:
git remote add dinjam git://gitorious.org/dinjam/dinjam.git git fetch dinjam git checkout -b my-local-tracking-branch dinjam/master_or_other_branch
doc
This repository contains all projectmanagement specific doc about Dinjam.
-
Cloning this repository:
git clone git://gitorious.org/dinjam/doc.git doc cd doc
Add this repository as a remote to an existing local repository:
git remote add doc git://gitorious.org/dinjam/doc.git git fetch doc git checkout -b my-local-tracking-branch doc/master_or_other_branch
marketing
This repository contains screenshots, the homepage and all other marketing related documents.
-
Cloning this repository:
git clone git://gitorious.org/dinjam/marketing.git marketing cd marketing
Add this repository as a remote to an existing local repository:
git remote add marketing git://gitorious.org/dinjam/marketing.git git fetch marketing git checkout -b my-local-tracking-branch marketing/master_or_other_branch
friesoft-development
-
Cloning this repository:
git clone git://gitorious.org/~friesoft/dinjam/friesoft-development.git friesoft-development cd friesoft-development
Add this repository as a remote to an existing local repository:
git remote add friesoft-development git://gitorious.org/~friesoft/dinjam/friesoft-development.git git fetch friesoft-development git checkout -b my-local-tracking-branch friesoft-development/master_or_other_branch
md2k7s-clone
-
Cloning this repository:
git clone git://gitorious.org/~md2k7/dinjam/md2k7s-clone.git md2k7s-clone cd md2k7s-clone
Add this repository as a remote to an existing local repository:
git remote add md2k7s-clone git://gitorious.org/~md2k7/dinjam/md2k7s-clone.git git fetch md2k7s-clone git checkout -b my-local-tracking-branch md2k7s-clone/master_or_other_branch
kdelibs-stripped
This is a stripped down version of kdelibs – customized for our needs – especially khotnewstuff integration
-
Cloning this repository:
git clone git://gitorious.org/dinjam/kdelibs-stripped.git kdelibs-stripped cd kdelibs-stripped
Add this repository as a remote to an existing local repository:
git remote add kdelibs-stripped git://gitorious.org/dinjam/kdelibs-stripped.git git fetch kdelibs-stripped git checkout -b my-local-tracking-branch kdelibs-stripped/master_or_other_branch
playground
Playground is intended to be used for everything experimental – ranging from proof of concepts to prototypes
-
Cloning this repository:
git clone git://gitorious.org/dinjam/playground.git playground cd playground
Add this repository as a remote to an existing local repository:
git remote add playground git://gitorious.org/dinjam/playground.git git fetch playground git checkout -b my-local-tracking-branch playground/master_or_other_branch
laglers-clone
-
Cloning this repository:
git clone git://gitorious.org/~lagler/dinjam/laglers-clone.git laglers-clone cd laglers-clone
Add this repository as a remote to an existing local repository:
git remote add laglers-clone git://gitorious.org/~lagler/dinjam/laglers-clone.git git fetch laglers-clone git checkout -b my-local-tracking-branch laglers-clone/master_or_other_branch
olivers-hooligans-development
-
Cloning this repository:
git clone git://gitorious.org/~oliver/dinjam/olivers-hooligans-development.git olivers-hooligans-development cd olivers-hooligans-development
Add this repository as a remote to an existing local repository:
git remote add olivers-hooligans-development git://gitorious.org/~oliver/dinjam/olivers-hooligans-development.git git fetch olivers-hooligans-development git checkout -b my-local-tracking-branch olivers-hooligans-development/master_or_other_branch
hooligans-development
-
Cloning this repository:
git clone git://gitorious.org/~hooligans/dinjam/hooligans-development.git hooligans-development cd hooligans-development
Add this repository as a remote to an existing local repository:
git remote add hooligans-development git://gitorious.org/~hooligans/dinjam/hooligans-development.git git fetch hooligans-development git checkout -b my-local-tracking-branch hooligans-development/master_or_other_branch
olivers-development
-
Cloning this repository:
git clone git://gitorious.org/~oliver/dinjam/olivers-development.git olivers-development cd olivers-development
Add this repository as a remote to an existing local repository:
git remote add olivers-development git://gitorious.org/~oliver/dinjam/olivers-development.git git fetch olivers-development git checkout -b my-local-tracking-branch olivers-development/master_or_other_branch

