From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jakub Narebski Subject: Re: Anybody home? Date: Thu, 15 Sep 2011 04:04:49 -0700 (PDT) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-4 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Michael Witten , Git List To: Joshua Stoutenburg X-From: git-owner@vger.kernel.org Thu Sep 15 13:10:15 2011 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R49pe-0002xA-Qp for gcvg-git-2@lo.gmane.org; Thu, 15 Sep 2011 13:10:15 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933226Ab1IOLKI convert rfc822-to-quoted-printable (ORCPT ); Thu, 15 Sep 2011 07:10:08 -0400 Received: from mail-ey0-f174.google.com ([209.85.215.174]:49117 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933075Ab1IOLKG convert rfc822-to-8bit (ORCPT ); Thu, 15 Sep 2011 07:10:06 -0400 Received: by eya28 with SMTP id 28so259393eya.19 for ; Thu, 15 Sep 2011 04:10:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=x-authentication-warning:to:cc:subject:references:from:date :in-reply-to:message-id:lines:user-agent:mime-version:content-type :content-transfer-encoding; bh=ZoS2u5QDhk/dHUq+w0KRaLtrbBrPEZct1W6knG5W810=; b=crMOBhHDmuoFE/KUkNPNLcNNdnsEQs06LFh23sZLGi9KqP5qr6MPU7mKn4G5rprFrN N18jdp/4vqnhJWD2PNWlWnpEwAwk6Y/hFlBGFxk/4QXBP6n9VW0T1y0LZUpaCPDmAtI+ jGa87BKjjzFnxAC6jkqYU9iVChGAmOg7Fslcg= Received: by 10.213.16.135 with SMTP id o7mr361327eba.126.1316084690654; Thu, 15 Sep 2011 04:04:50 -0700 (PDT) Received: from localhost.localdomain (abwn193.neoplus.adsl.tpnet.pl. [83.8.237.193]) by mx.google.com with ESMTPS id v9sm7946813eej.5.2011.09.15.04.04.48 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 15 Sep 2011 04:04:49 -0700 (PDT) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.13.4/8.13.4) with ESMTP id p8FB6aB2026629; Thu, 15 Sep 2011 13:06:41 +0200 Received: (from jnareb@localhost) by localhost.localdomain (8.13.4/8.13.4/Submit) id p8FB6N7t026625; Thu, 15 Sep 2011 13:06:23 +0200 X-Authentication-Warning: localhost.localdomain: jnareb set sender to jnareb@gmail.com using -f In-Reply-To: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Couldn't you pick up less descriptive subject ;-) ? Joshua Stoutenburg writes: > On Wed, Sep 14, 2011 at 9:48 PM, Michael Witten = wrote: >> On Thu, Sep 15, 2011 at 04:24, Joshua Stoutenburg wrote: >>> I'm having a hard time understanding clearly how to set up a git >>> server and configure my local machine to pull and push to it. > There seems to be a plethora of documentation on git from various sou= rces. >=20 > See what I mean: > http://git-scm.com/documentation > http://progit.org/book/ > http://gitref.org/ > http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html > http://www.kernel.org/pub/software/scm/git/docs/everyday.html > http://git-scm.com/course/svn.html > http://hoth.entp.com/output/git_for_designers.html > http://eagain.net/articles/git-for-computer-scientists/ > http://www.kernel.org/pub/software/scm/git/docs/user-manual.html > http://www-cs-students.stanford.edu/~blynn/gitmagic/ > http://help.github.com/ > http://www.kernel.org/pub/software/scm/git/docs/ > http://refcardz.dzone.com/refcardz/getting-started-git >=20 > Which source makes the least amount of assumptions and offers all the > juicy details for configuring git on the server, and git on the local > machine, without any fluff? >=20 > I'm looking for a solid guide. Not a novel. Not a pamphlet. I think that either "Pro Git" book, or "The Git Community Book" would be a best source to learn about setting-up git server. I think the simplest solution for git hosting management would be to use gitolite (there are other git repository management software: Gitosis, SCM Manager, Gitblit). If you want to host something like GitHub, there are open source solutions too: Gitorious, InDefero, Girocco + gitweb,... HTH --=20 Jakub Nar=EAbski