Repositories
gtk_packing
-
Cloning this repository:
git clone git://gitorious.org/my-gtk-examples/gtk_packing.git gtk_packing cd gtk_packing
Add this repository as a remote to an existing local repository:
git remote add gtk_packing git://gitorious.org/my-gtk-examples/gtk_packing.git git fetch gtk_packing git checkout -b my-local-tracking-branch gtk_packing/master_or_other_branch
gtk_lookup_test
-
Cloning this repository:
git clone git://gitorious.org/my-gtk-examples/gtk_lookup_test.git gtk_lookup_test cd gtk_lookup_test
Add this repository as a remote to an existing local repository:
git remote add gtk_lookup_test git://gitorious.org/my-gtk-examples/gtk_lookup_test.git git fetch gtk_lookup_test git checkout -b my-local-tracking-branch gtk_lookup_test/master_or_other_branch
gdk_drawing
-
Cloning this repository:
git clone git://gitorious.org/my-gtk-examples/gdk_drawing.git gdk_drawing cd gdk_drawing
Add this repository as a remote to an existing local repository:
git remote add gdk_drawing git://gitorious.org/my-gtk-examples/gdk_drawing.git git fetch gdk_drawing git checkout -b my-local-tracking-branch gdk_drawing/master_or_other_branch
gedit_project_plugin
-
Cloning this repository:
git clone git://gitorious.org/my-gtk-examples/gedit_project_plugin.git gedit_project_plugin cd gedit_project_plugin
Add this repository as a remote to an existing local repository:
git remote add gedit_project_plugin git://gitorious.org/my-gtk-examples/gedit_project_plugin.git git fetch gedit_project_plugin git checkout -b my-local-tracking-branch gedit_project_plugin/master_or_other_branch
glib_module_test
-
Cloning this repository:
git clone git://gitorious.org/my-gtk-examples/glib_module_test.git glib_module_test cd glib_module_test
Add this repository as a remote to an existing local repository:
git remote add glib_module_test git://gitorious.org/my-gtk-examples/glib_module_test.git git fetch glib_module_test git checkout -b my-local-tracking-branch glib_module_test/master_or_other_branch
gtk_crazy_button
-
Cloning this repository:
git clone git://gitorious.org/my-gtk-examples/gtk_crazy_button.git gtk_crazy_button cd gtk_crazy_button
Add this repository as a remote to an existing local repository:
git remote add gtk_crazy_button git://gitorious.org/my-gtk-examples/gtk_crazy_button.git git fetch gtk_crazy_button git checkout -b my-local-tracking-branch gtk_crazy_button/master_or_other_branch
gtk_win32_test
-
Cloning this repository:
git clone git://gitorious.org/my-gtk-examples/gtk_win32_test.git gtk_win32_test cd gtk_win32_test
Add this repository as a remote to an existing local repository:
git remote add gtk_win32_test git://gitorious.org/my-gtk-examples/gtk_win32_test.git git fetch gtk_win32_test git checkout -b my-local-tracking-branch gtk_win32_test/master_or_other_branch

