Skip to main content

Diigo Home

Google Open Source Blog: Develop with Git on a Google Code Project - The Diigo Meta page

google-opensource.blogspot.com/...it-on-google-code-project.html - Cached

This link has been bookmarked by 13 people . It was first bookmarked on 20 May 2008, by alfred westerveld.

  • 30 Apr 09
    stantont
    Stanton Teters

    Although Google Code natively speaks Subversion, you can easily use Git during development. Searching for "git svn" suggests this practice is widespread, and we too encourage you to experiment with it.

    We focus on importing a complete Git repository from a Google Code project organized in the recommended fashion. The git-svn manpage thoroughly describes how to handle other cases such as nonstandard layouts, importing only a few revisions, sharing exported repositories, and so on.

    subversion git source-control google dvcs

  • 08 Oct 08
  • 14 Jul 08
  • 29 Jun 08
  • 05 Jun 08
    smoody
    Scott Moody

    Develop with Git on a Google Code Project
    Tuesday, May 20, 2008 at 8:48 AM
    By Benjamin Lynn, Google Developer Programs

    Do you often work offline? Wish you could make local commits that you can reorganize and upload later? Would you like to have your own copy of the entire history of the project which you can peruse at your leisure?

    Do you want to serve code and its history to others? Have changes you want to share but it's too early for the public?

    Working on several issues in parallel? Need to save some of those experimental changes after all? Need to create, merge, clone and otherwise manipulate branches cheaply and offline?

    You can do all this, and more, with Git, a version control system rapidly growing in popularity. You can readily find Git tutorials, but since I'm writing this post, I'll shamelessly plug my own guide to Git!

    Although Google Code natively speaks Subversion, you can easily use Git during development. Searching for "git svn" suggests this practice is widespread, and we too encourage you to experiment with it.

    We focus on importing a complete Git repository from a Google Code project organized in the recommended fashion. The git-svn manpage thoroughly describes how to handle other cases such as nonstandard layouts, importing only a few revisions, sharing exported repositories, and so on.

    git svn howto google tutorial

  • 21 May 08
  • 20 May 08
  • guillelmo
    Guillermo S.

    Como trabajar con Git con un repositorio svn.

    svn google howto git