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

