Repositories
mainline
-
Cloning this repository:
git clone git://gitorious.org/openbsd-ports-wip/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/openbsd-ports-wip/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
ports
-
Cloning this repository:
git clone git://gitorious.org/~jirib/openbsd-ports-wip/ports.git ports cd ports
Add this repository as a remote to an existing local repository:
git remote add ports git://gitorious.org/~jirib/openbsd-ports-wip/ports.git git fetch ports git checkout -b my-local-tracking-branch ports/master_or_other_branch
test
-
Cloning this repository:
git clone git://gitorious.org/~jirib/openbsd-ports-wip/test.git test cd test
Add this repository as a remote to an existing local repository:
git remote add test git://gitorious.org/~jirib/openbsd-ports-wip/test.git git fetch test git checkout -b my-local-tracking-branch test/master_or_other_branch
viqs-ports-wip
-
Cloning this repository:
git clone git://gitorious.org/~viq/openbsd-ports-wip/viqs-ports-wip.git viqs-ports-wip cd viqs-ports-wip
Add this repository as a remote to an existing local repository:
git remote add viqs-ports-wip git://gitorious.org/~viq/openbsd-ports-wip/viqs-ports-wip.git git fetch viqs-ports-wip git checkout -b my-local-tracking-branch viqs-ports-wip/master_or_other_branch
chrueger-ports
-
Cloning this repository:
git clone git://gitorious.org/~chrueger/openbsd-ports-wip/chrueger-ports.git chrueger-ports cd chrueger-ports
Add this repository as a remote to an existing local repository:
git remote add chrueger-ports git://gitorious.org/~chrueger/openbsd-ports-wip/chrueger-ports.git git fetch chrueger-ports git checkout -b my-local-tracking-branch chrueger-ports/master_or_other_branch

