Repositories
bregex
A C++ regular expression library.
-
Cloning this repository:
git clone git://gitorious.org/bregex/bregex.git bregex cd bregex
Add this repository as a remote to an existing local repository:
git remote add bregex git://gitorious.org/bregex/bregex.git git fetch bregex git checkout -b my-local-tracking-branch bregex/master_or_other_branch

