Repositories
vpsadmin
-
Cloning this repository:
git clone git://gitorious.org/vpsadmin/vpsadmin.git vpsadmin cd vpsadmin
Add this repository as a remote to an existing local repository:
git remote add vpsadmin git://gitorious.org/vpsadmin/vpsadmin.git git fetch vpsadmin git checkout -b my-local-tracking-branch vpsadmin/master_or_other_branch
vpsadmin-next
-
Cloning this repository:
git clone git://gitorious.org/~snajpa/vpsadmin/vpsadmin-next.git vpsadmin-next cd vpsadmin-next
Add this repository as a remote to an existing local repository:
git remote add vpsadmin-next git://gitorious.org/~snajpa/vpsadmin/vpsadmin-next.git git fetch vpsadmin-next git checkout -b my-local-tracking-branch vpsadmin-next/master_or_other_branch
bertux-vpsadmin
-
Cloning this repository:
git clone git://gitorious.org/~bertux/vpsadmin/bertux-vpsadmin.git bertux-vpsadmin cd bertux-vpsadmin
Add this repository as a remote to an existing local repository:
git remote add bertux-vpsadmin git://gitorious.org/~bertux/vpsadmin/bertux-vpsadmin.git git fetch bertux-vpsadmin git checkout -b my-local-tracking-branch bertux-vpsadmin/master_or_other_branch

