From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas Adam" Subject: Re: Git Books Date: Sat, 6 Dec 2008 12:09:59 +0000 Message-ID: <18071eea0812060409y33680534p6b9ad56dd5043538@mail.gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "git list" To: "Scott Chacon" X-From: git-owner@vger.kernel.org Sat Dec 06 13:11:19 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1L8w0D-0000a6-Ov for gcvg-git-2@gmane.org; Sat, 06 Dec 2008 13:11:18 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754690AbYLFMKA (ORCPT ); Sat, 6 Dec 2008 07:10:00 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754603AbYLFMKA (ORCPT ); Sat, 6 Dec 2008 07:10:00 -0500 Received: from rv-out-0506.google.com ([209.85.198.225]:26345 "EHLO rv-out-0506.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751872AbYLFMJ7 (ORCPT ); Sat, 6 Dec 2008 07:09:59 -0500 Received: by rv-out-0506.google.com with SMTP id k40so404611rvb.1 for ; Sat, 06 Dec 2008 04:09:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=UGWerQW2j3kCakVjtIUfsM61Zh7UkKEZMiMe5ohjLUY=; b=HtpqcepyzACwLKlC96ri8RhjUEZ8wom3eW+jxibHCMfuHox/e6kl1ro0o2f9IC0h0m Y93QcawT7Vev8EkzJnc4aiusJcDAnQjtO+Ndl9xnjf5rCYf+YGBxVybxaOY2vzz3uuJC YD0zNkGfyCdei4A1x/CgkC9+eSjoczrZ297Lo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=DO/FWfChuZwVzzpBm70LI3IjCoWQ1cO8TmK6Yg51ymsA+sakeByc+nvMU5hgeJiiFG PHjiyhnmeLMtdkoIDvSGf26BxC6+I00oo8jSVCnr5hWubnLVw4bFs9rwrqHKuIkYMpWP MWJhqN58PcWg/oOKA2Cz5p4C/1oUb+D/M/L3Y= Received: by 10.142.207.8 with SMTP id e8mr496020wfg.30.1228565399143; Sat, 06 Dec 2008 04:09:59 -0800 (PST) Received: by 10.142.253.15 with HTTP; Sat, 6 Dec 2008 04:09:59 -0800 (PST) In-Reply-To: Content-Disposition: inline Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: 2008/12/6 Scott Chacon : > So, since I'm near the beginning of this process, I was wondering if > the group had any feedback as to what might be super helpful to > include. I mean, I have a pretty good layout and all, but if you > wanted to point me to some threads that tend to crop up in the mailing > list and IRC channel from relative newcomers that I might be able to > nip in the bud, I would like to. I'm addressing the stuff that _I_ > hear a lot, and I'm scanning the IRC logs and list for topics, but I > figured many of you must answer the same questions all the time, too. Perhaps you're able to share this layout? Whilst I am not about to go trawling through the archives, one thing I do know that comes up a lot, isn't so much how to use git to mimick coming from another SCM, but more workflows -- that's the big stumbling point for people using Git. I know I'd like to see that aspect in a Git book heavily addressed. -- Thomas Adam