Repositories
knota
Main repository
-
Cloning this repository:
git clone git://gitorious.org/knota/knota.git knota cd knota
Add this repository as a remote to an existing local repository:
git remote add knota git://gitorious.org/knota/knota.git git fetch knota git checkout -b my-local-tracking-branch knota/master_or_other_branch

