git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jan Krüger" <jk@jk.gs>
To: Bond <jamesbond.2k.g@gmail.com>
Cc: git@vger.kernel.org
Subject: Re: how to git with google code
Date: Fri, 26 Nov 2010 16:21:01 +0100	[thread overview]
Message-ID: <20101126162101.6586215d@jk.gs> (raw)
In-Reply-To: <AANLkTi=5muNrriBoU0ZGnMqQUOjrJAvwLfyYO07-Ad3m@mail.gmail.com>

--- Bond <jamesbond.2k.g@gmail.com> wrote:

> I am not clear with how do I host my code to git.

Google Code's project hosting does not officially support git. About the
only thing you can do is to actually host a Subversion repository there
and then access that via git-svn. However, that deprives you of many of
the big advantages of git, such as useful merging and lightning-fast
cloning (compared to Subversion via git-svn, anyway).

I would recommend that you look for a different hosting site. Other
sites offering free git hosting for open source projects include
Sourceforge, github, gitorious and repo.or.cz. Some of these provide
you with instructions on how to push your code to them. In any case,
I think you could benefit from reading a git tutorial or two.

Also, might I recommend that you create one repository per separate
project you want to get hosted. It's bad organization to keep several
projects in the same repository, and it's likely to bite you in the
behind eventually.

HTH,
Jan

      parent reply	other threads:[~2010-11-26 15:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-26 14:20 how to git with google code Bond
2010-11-26 15:12 ` Michael J Gruber
2010-11-27  2:50   ` Bond
2010-11-28  4:27     ` Tay Ray Chuan
2010-11-28  4:36       ` Bond
2010-11-28  7:18         ` Tay Ray Chuan
2010-11-26 15:21 ` Jan Krüger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101126162101.6586215d@jk.gs \
    --to=jk@jk.gs \
    --cc=git@vger.kernel.org \
    --cc=jamesbond.2k.g@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).