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

