Repositories
jhbuild
Branches
- master = git.gnome.org jhbuild
- pending = things which I have filed bugs for and hopefully will end up in master
- windows = various windows-only things, on top of ‘pending’ commits. Use this branch!
For more info, see: http://afuera.me.uk/jhbuild-windows/
-
Cloning this repository:
git clone git://gitorious.org/jhbuild/jhbuild.git jhbuild cd jhbuild
Add this repository as a remote to an existing local repository:
git remote add jhbuild git://gitorious.org/jhbuild/jhbuild.git git fetch jhbuild git checkout -b my-local-tracking-branch jhbuild/master_or_other_branch
ylatuyas-jhbuild
-
Cloning this repository:
git clone git://gitorious.org/~ylatuya/jhbuild/ylatuyas-jhbuild.git ylatuyas-jhbuild cd ylatuyas-jhbuild
Add this repository as a remote to an existing local repository:
git remote add ylatuyas-jhbuild git://gitorious.org/~ylatuya/jhbuild/ylatuyas-jhbuild.git git fetch ylatuyas-jhbuild git checkout -b my-local-tracking-branch ylatuyas-jhbuild/master_or_other_branch
sdegrandes-jhbuild
-
Cloning this repository:
git clone git://gitorious.org/~sdegrande/jhbuild/sdegrandes-jhbuild.git sdegrandes-jhbuild cd sdegrandes-jhbuild
Add this repository as a remote to an existing local repository:
git remote add sdegrandes-jhbuild git://gitorious.org/~sdegrande/jhbuild/sdegrandes-jhbuild.git git fetch sdegrandes-jhbuild git checkout -b my-local-tracking-branch sdegrandes-jhbuild/master_or_other_branch
deuce63s-jhbuild
-
Cloning this repository:
git clone git://gitorious.org/~deuce63/jhbuild/deuce63s-jhbuild.git deuce63s-jhbuild cd deuce63s-jhbuild
Add this repository as a remote to an existing local repository:
git remote add deuce63s-jhbuild git://gitorious.org/~deuce63/jhbuild/deuce63s-jhbuild.git git fetch deuce63s-jhbuild git checkout -b my-local-tracking-branch deuce63s-jhbuild/master_or_other_branch
wheelerhs-jhbuild
-
Cloning this repository:
git clone git://gitorious.org/~wheelerh/jhbuild/wheelerhs-jhbuild.git wheelerhs-jhbuild cd wheelerhs-jhbuild
Add this repository as a remote to an existing local repository:
git remote add wheelerhs-jhbuild git://gitorious.org/~wheelerh/jhbuild/wheelerhs-jhbuild.git git fetch wheelerhs-jhbuild git checkout -b my-local-tracking-branch wheelerhs-jhbuild/master_or_other_branch

