Repositories
bkchem
A chemical drawing program
-
Cloning this repository:
git clone git://gitorious.org/bkchem/bkchem.git bkchem cd bkchem
Add this repository as a remote to an existing local repository:
git remote add bkchem git://gitorious.org/bkchem/bkchem.git git fetch bkchem git checkout -b my-local-tracking-branch bkchem/master_or_other_branch
bkchem-plugins
-
Cloning this repository:
git clone git://gitorious.org/bkchem/bkchem-plugins.git bkchem-plugins cd bkchem-plugins
Add this repository as a remote to an existing local repository:
git remote add bkchem-plugins git://gitorious.org/bkchem/bkchem-plugins.git git fetch bkchem-plugins git checkout -b my-local-tracking-branch bkchem-plugins/master_or_other_branch
piddle
A graphics library
-
Cloning this repository:
git clone git://gitorious.org/bkchem/piddle.git piddle cd piddle
Add this repository as a remote to an existing local repository:
git remote add piddle git://gitorious.org/bkchem/piddle.git git fetch piddle git checkout -b my-local-tracking-branch piddle/master_or_other_branch

