Repositories
trac-tools
Tools and scripts to manage trac instance.
-
Cloning this repository:
git clone git://git.pantoto.org/tools/trac-tools.git trac-tools cd trac-tools
Add this repository as a remote to an existing local repository:
git remote add trac-tools git://git.pantoto.org/tools/trac-tools.git git fetch trac-tools git checkout -b my-local-tracking-branch trac-tools/master_or_other_branch