Git Support for Google Code Project Hosting
Written by Kay Ewbank   
Friday, 29 July 2011

Git has become the most popular version control system and you can now make use of it when working with the Google Code Project Hosting system.

If you’ve not encountered Git (and this is becoming increasingly unlikely), it’s a distributed version control system (DVCS) like Mercurial that is used by some big name projects including the Linux kernel and Android. Invented by Linus Torvalds it is occasionally said to be his greatest innovation and easily more important than Linux!

A recent survey showed Git to be the preferred source control system among developers irrespective of operating system while Google Code was the preferred code hosting site of only 6-7% of them - suggesting that the non-availability of Git was holding back the Google hosting facility.

The reason Google can start supporting it is because from version 1.6.6. onwards, Git has added a ‘smart’ HTTP protocol that works with Google’s HTTP-based infrastructure.

 

 

According to the announcement from Google, the Git implementation stores object data in a custom data store built on Bigtable, which provides efficient, scalable source code repositories with near-instantaneous replication to multiple datacenters around the world. To fit with Google’s existing Python-based system, their Git server implementation is powered in part by Dulwich - a PHP version of Git.

If you create a project or choose to administer the source for an existing project, you can now decide to use Git as your version control system. This gives you the same options as with existing source control systems available in Google Project Hosting, so you get project updates, advanced issue tracking, and a VCS-backed wiki. You can also create an instant server-side clone of any existing Git repository by clicking the “Create a clone” button on the project’s checkout page.

There’s more information on Git and converting to Git from existing Subversion and Mercurial repositories on the Google Project Hosting support wiki.

 

Banner


Azul Outperforms OpenJDK By Up To 37%
23/10/2024

Azul has announced that its Azul Platform Prime outperforms comparable OpenJDK distributions by as much as 37%. The company has also launched the Azul Java Performance Engineering Lab (JPEL) aimed at  [ ... ]



It Matters What Language AI Thinks In
23/10/2024

We are currently polarized in how we think about Large Language Models. Some say that they are just overgrown autocompletes and some say that they have captured some aspects of intelligence. How well  [ ... ]


More News

Last Updated ( Friday, 29 July 2011 )