Repositories
mainline
Main development repository.
-
Cloning this repository:
git clone git://gitorious.org/wammu/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/wammu/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
website
Wammu and Gammu website living at http://wammu.eu/
-
Cloning this repository:
git clone git://gitorious.org/wammu/website.git website cd website
Add this repository as a remote to an existing local repository:
git remote add website git://gitorious.org/wammu/website.git git fetch website git checkout -b my-local-tracking-branch website/master_or_other_branch
rubdos-wammu
-
Cloning this repository:
git clone git://gitorious.org/~rubdos/wammu/rubdos-wammu.git rubdos-wammu cd rubdos-wammu
Add this repository as a remote to an existing local repository:
git remote add rubdos-wammu git://gitorious.org/~rubdos/wammu/rubdos-wammu.git git fetch rubdos-wammu git checkout -b my-local-tracking-branch rubdos-wammu/master_or_other_branch

