Repositories
extendedkcal
The library itself
-
Cloning this repository:
git clone git://gitorious.org/extendedkcal/extendedkcal.git extendedkcal cd extendedkcal
Add this repository as a remote to an existing local repository:
git remote add extendedkcal git://gitorious.org/extendedkcal/extendedkcal.git git fetch extendedkcal git checkout -b my-local-tracking-branch extendedkcal/master_or_other_branch
kcalsplit
Temporary repo for the ongoing split
-
Cloning this repository:
git clone git://gitorious.org/extendedkcal/kcalsplit.git kcalsplit cd kcalsplit
Add this repository as a remote to an existing local repository:
git remote add kcalsplit git://gitorious.org/extendedkcal/kcalsplit.git git fetch kcalsplit git checkout -b my-local-tracking-branch kcalsplit/master_or_other_branch
kdab-developers-kcalsplit
-
Cloning this repository:
git clone git://gitorious.org/+kdab-developers/extendedkcal/kdab-developers-kcalsplit.git kdab-developers-kcalsplit cd kdab-developers-kcalsplit
Add this repository as a remote to an existing local repository:
git remote add kdab-developers-kcalsplit git://gitorious.org/+kdab-developers/extendedkcal/kdab-developers-kcalsplit.git git fetch kdab-developers-kcalsplit git checkout -b my-local-tracking-branch kdab-developers-kcalsplit/master_or_other_branch

