Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/frugalware/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/frugalware/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
frugalware-current
-
Cloning this repository:
git clone git://gitorious.org/~frugalware/frugalware/frugalware-current.git frugalware-current cd frugalware-current
Add this repository as a remote to an existing local repository:
git remote add frugalware-current git://gitorious.org/~frugalware/frugalware/frugalware-current.git git fetch frugalware-current git checkout -b my-local-tracking-branch frugalware-current/master_or_other_branch
frugalware-stable
-
Cloning this repository:
git clone git://gitorious.org/~frugalware/frugalware/frugalware-stable.git frugalware-stable cd frugalware-stable
Add this repository as a remote to an existing local repository:
git remote add frugalware-stable git://gitorious.org/~frugalware/frugalware/frugalware-stable.git git fetch frugalware-stable git checkout -b my-local-tracking-branch frugalware-stable/master_or_other_branch

