From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Contreras Subject: git top links: 2010-1 Date: Thu, 14 Jan 2010 01:47:54 +0200 Message-ID: <94a0d4531001131547g7b49c00au5957451a910787a9@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 Thu Jan 14 00:48:02 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.50) id 1NVCwS-00040J-94 for gcvg-git-2@lo.gmane.org; Thu, 14 Jan 2010 00:48:00 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756584Ab0AMXr4 convert rfc822-to-quoted-printable (ORCPT ); Wed, 13 Jan 2010 18:47:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756194Ab0AMXr4 (ORCPT ); Wed, 13 Jan 2010 18:47:56 -0500 Received: from mail-iw0-f194.google.com ([209.85.223.194]:43360 "EHLO mail-iw0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756185Ab0AMXrz convert rfc822-to-8bit (ORCPT ); Wed, 13 Jan 2010 18:47:55 -0500 Received: by iwn32 with SMTP id 32so48556iwn.33 for ; Wed, 13 Jan 2010 15:47:54 -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=/jVncJtlLMKOYUoj/tju/Uyjio/+EQ5q16jBUG/Pi/Q=; b=YHintG3mvtBvSxs30z1Cp8t7rU3954S5X8lKujVzF+SZkv/qSt+q5M2GXxeXBz9E0Q RpqC7c3DjaCYwOM3Lc6UuIK0++tx6zuDgLYpDDHEakPfCTz9z+M9q55VZwZvFhaqTu9N bz6SQpYoT6816IquQfTuanSnf+EPxgo1fXyKQ= 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=Jjn+ScjWZyAk2KYGEwxjpmqVjg82PhUb+mNi+hRhb9/1OeePVr6EVBtzxoAW8wBHTu HRN/Nhht2cLpfu4tj5vRSixJ44+bqBrIRyQwsqXd62vWXkWSMjgBuMbzhcrNbUZVg3Df wNu4mXwxTzlObGqMTi/pgiuX9bSxh9euRAdPE= Received: by 10.231.153.213 with SMTP id l21mr236665ibw.24.1263426474765; Wed, 13 Jan 2010 15:47:54 -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/01/13/git-top-links-2010-1/ I've revamped my scripts so now all the previous items are automaticall= y tracked and it's much easier to generate a list of completely new links= =2E Here are the latest ones: 1. 25 Tips for Intermediate Git Users (230) Comprehensive git tips http://andyjeffries.co.uk/articles/25-tips-for-intermediate-git-users 2. Using Git to Maintain Your Website (42) http://danielmiessler.com/blog/using-git-to-maintain-your-website 3. Setting up your Git repositories for open source projects at GitHub = (41) Mostly so pulling and pushing works correctly; and pull requests are ok http://blog.mhartl.com/2008/10/14/setting-up-your-git-repositories-for-= open-source-projects-at-github/ 4. SmartGit =E2=80=94 The Easy-to-Use Git-Client (39) http://www.syntevo.com/smartgit/index.html 5. Persistent Trees in git, Clojure and CouchDB (36) http://eclipsesource.com/blogs/2009/12/13/persistent-trees-in-git-cloju= re-and-couchdb-data-structure-convergence/ 6. Amp =E2=80=94 Version Control Revolution (24) Meta SCM; aims to support git, bzr, hg, etc. through the same ui http://amp.carboni.ca/ 7. Gerrit =E2=80=94 Gerrit Code Review (24) Code review and project management for git based projects http://code.google.com/p/gerrit/ 8. how's my code (20) Agile review tool for git based projects http://howsmycode.com/ 9. Why Git is so fast (20) Interesting thread in git mailing list about why git is so fast: C http://marc.info/?l=3Dgit&m=3D124111702609723&w=3D2 10. On commit messages (16) Peter Hutterer reminds us what are good commit messages http://who-t.blogspot.com/2009/12/on-commit-messages.html Happy New Year! [1] http://delicious.com/tag/git --=20 =46elipe Contreras