Repositories
tekuti
-
Cloning this repository:
git clone git://gitorious.org/tekuti/tekuti.git tekuti cd tekuti
Add this repository as a remote to an existing local repository:
git remote add tekuti git://gitorious.org/tekuti/tekuti.git git fetch tekuti git checkout -b my-local-tracking-branch tekuti/master_or_other_branch
acf-tekuti
-
Cloning this repository:
git clone git://gitorious.org/~aleix/tekuti/acf-tekuti.git acf-tekuti cd acf-tekuti
Add this repository as a remote to an existing local repository:
git remote add acf-tekuti git://gitorious.org/~aleix/tekuti/acf-tekuti.git git fetch acf-tekuti git checkout -b my-local-tracking-branch acf-tekuti/master_or_other_branch
tweaking-tekuti
-
Cloning this repository:
git clone git://gitorious.org/~jao/tekuti/tweaking-tekuti.git tweaking-tekuti cd tweaking-tekuti
Add this repository as a remote to an existing local repository:
git remote add tweaking-tekuti git://gitorious.org/~jao/tekuti/tweaking-tekuti.git git fetch tweaking-tekuti git checkout -b my-local-tracking-branch tweaking-tekuti/master_or_other_branch

