From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Contreras Subject: git top links: 2010-2 Date: Sat, 13 Mar 2010 19:35:36 +0200 Message-ID: <94a0d4531003130935wc557eaare5d4103233e6de65@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: git@vger.kernel.org X-From: git-owner@vger.kernel.org Sat Mar 13 18:36:00 2010 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 1NqVFm-0006Kz-F1 for gcvg-git-2@lo.gmane.org; Sat, 13 Mar 2010 18:35:58 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933254Ab0CMRfl convert rfc822-to-quoted-printable (ORCPT ); Sat, 13 Mar 2010 12:35:41 -0500 Received: from mail-iw0-f176.google.com ([209.85.223.176]:50533 "EHLO mail-iw0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932937Ab0CMRfi convert rfc822-to-8bit (ORCPT ); Sat, 13 Mar 2010 12:35:38 -0500 Received: by iwn6 with SMTP id 6so671654iwn.4 for ; Sat, 13 Mar 2010 09:35:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=ZyGTyeUWtzWN7GHFJMoVOa//7jsM1qfLMq6Mx4SFVek=; b=hV0e1mwxKxZkd1KzQp6DkixSDD/wtHljMDUns1gWb3Omahca0NPbLZIlkx+RRGCFeZ B8AdTkZTUB4KlvBpRY4xc4tTB+upVx9W2NBFOKe6F0UmYfusq27rxTLUni/M7bMh/NGF +145I9CGXbWoSn4I2aFA1/wv2Cqf5ctt44Tbg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=YZ/DlthKy8fjbomAJmJl/5g/j9l94tiCkGiwhG3kpL2EeoSiTahSEpqPdZWIrVGXH8 YKPj/REZwJFBcEU8tmrKAJC7r/LqDxUw4hCzsTaDF7mbfkr0EyUAO3jOoPmbcRNt3lz3 KgkraeeMOewf3Hi3uR7UD8eOwZQJ2VgDO5DqQ= Received: by 10.231.143.12 with SMTP id s12mr80361ibu.38.1268501736974; Sat, 13 Mar 2010 09:35:36 -0800 (PST) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, git top links is my attempt to gather all the links people have been tagging as "git" in delicious.com[1] (these are not chosen by me). The fancier blog version is here: http://gitlog.wordpress.com/2010/03/13/git-top-links-2010-2/ 1. A Visual Git Reference (125) Very nice visualizations of common git operations http://marklodato.github.com/visual-git-guide/ 2. A successful Git branching model (45) http://nvie.com/git-model 3. Aha! Moments When Learning Git (43) Explanation of commonly ignored git concepts http://betterexplained.com/articles/aha-moments-when-learning-git/ 4. =E5=88=86=E6=95=A3=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E7=AE= =A1=E7=90=86=E5=85=A5=E9=96=80 (=E3=82=A4=E3=83=A9=E3=82=B9=E3=83=88=E5= =85=A5=E3=82=8A) (18) http://tcha.org/2010/intro-to-distributed-version-control-illustrated/ 5. Smart HTTP Transport (13) Excellent explanation of the apparently underhyped http transport http://progit.org/2010/03/04/smart-http.html 6. Only You Can Prevent git Merge Commits (10) Simple tip to avoid merge commits http://www.viget.com/extend/only-you-can-prevent-git-merge-commits/ 7. Setting up a public (bare) repository with git (9) http://www.onyxbits.de/content/setting-public-repository-git 8. Git for Eclipse users (9) http://alblue.blogspot.com/2010/02/git-for-eclipse-users.html 9. 10 Useful git commands (8) http://about.digg.com/blog/10-useful-git-commands 10. =E7=A7=81=E3=81=8CSubversion=E3=82=92=E3=82=84=E3=82=81=E3=81=A6Git= =E3=81=AB=E7=A7=BB=E3=81=A3=E3=81=9F=E7=90=86=E7=94=B1 (6) http://journal.mycom.co.jp/news/2010/03/09/014/index.html [1] http://delicious.com/tag/git --=20 =46elipe Contreras