From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Contreras Subject: git monthly links: 2009-05 Date: Mon, 29 Jun 2009 15:06:07 +0300 Message-ID: <94a0d4530906290506m1a5b02acgbabdce219aaf412e@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 Mon Jun 29 14:06:22 2009 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 1MLFcq-00078t-OY for gcvg-git-2@gmane.org; Mon, 29 Jun 2009 14:06:21 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752263AbZF2MGK convert rfc822-to-quoted-printable (ORCPT ); Mon, 29 Jun 2009 08:06:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752384AbZF2MGJ (ORCPT ); Mon, 29 Jun 2009 08:06:09 -0400 Received: from mail-fx0-f218.google.com ([209.85.220.218]:36966 "EHLO mail-fx0-f218.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751019AbZF2MGH convert rfc822-to-8bit (ORCPT ); Mon, 29 Jun 2009 08:06:07 -0400 Received: by fxm18 with SMTP id 18so911619fxm.37 for ; Mon, 29 Jun 2009 05:06:07 -0700 (PDT) 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=5+xgYX6ltq2yC2yQ9DFKbYoFBtSLcTYtXC38sdSGyZw=; b=NEeMPkWLMoSysEM9UuA8vpZvmmN2hBIjMxW8wCrFr/jD9j4DKuKABqbbIjx3EBtq7F FqxY5bs57iqwpVrY0lCZmiw82xhcV1G43Rt3GHXTH5of1Mqsr3GfPPMR5zcvoy6q8EHi H9IRzHPgxSInZUeBr8IyBcnI9qVgWfYCSAjCI= 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=gIhNlRn8XyrGT+2I3EcHg6sQ4Umq0Ha13Y82gLfZc63S+IgOWfkwL1m85i/afznBMk ubFJqobksp1TWb/p+XSvCz9PAWHf+meC7KDp0Gez5BJLNKJ224/FIkhY07ZhWhU6TF4P JkNtIUM7a00TTQnW0k7Z5PAVIHLXdS8oY45vA= Received: by 10.86.72.4 with SMTP id u4mr1457897fga.54.1246277167553; Mon, 29 Jun 2009 05:06:07 -0700 (PDT) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Hi, git monthly 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). It's a manual process so I might miss some links; I subscribe to the RSS feed and go through all the links simply picking the ones tagged the most. The fancier blog version is here: http://gitlog.wordpress.com/2009/06/07/git-monthly-links-2009-05/ I didn't have much time to work on this, so this is a delayed version of May. I was unable to do this for April. I have improved the process so hopefully this will not happen again. Enjoy. The Git Parable Extensive explanation of what a VCS should do; what git does http://tom.preston-werner.com/2009/05/19/the-git-parable.html A Git Workflow for Agile=C2=A0Teams Some tips about how to use git in agile teams http://reinh.com/blog/2009/03/02/a-git-workflow-for-agile-teams.html Using Git with Vim A few tips to integrate git into vim http://www.osnews.com/story/21556/Using_Git_with_Vim Backup your Database in Git http://www.viget.com/extend/backup-your-database-in-git/ GitHub Firewall Install New GitHub service for companies interested in internal repositories http://fi.github.com/ Git Up! 10 Reasons to Upgrade Your Old Git Installation Good summary of relatively new features http://jasonrudolph.com/blog/2009/05/27/git-up-10-reasons-to-upgrade-yo= ur-old-git-installation/ Hg-Git Mercurial Plugin Presenting hg-git, an hg backend to use git repos as storage http://github.com/blog/439-hg-git-mercurial-plugin The guide to basic Git for absolutely beginer Simple git guide for beginners http://www.hieu.co.uk/blog/index.php/2009/05/27/the-guide-to-basic-git-= for-absolutely-beginer/ GitHub Firewall Install New GitHub service for companies interested in internal repositories http://fi.github.com/ Getting to grips with git (Part 1) Straightforward introduction to git with svn users in mind http://www.ricroberts.com/articles/2009/06/01/getting-to-grips-with-git Git For Windows Developers =E2=80=93 Git Series Comprehensive guide for Windows users, with nice screenshots. http://www.lostechies.com/blogs/jason_meridth/archive/2009/06/01/git-fo= r-windows-developers-git-series-part-1.aspx http://www.lostechies.com/blogs/jason_meridth/archive/2009/06/04/git-fo= r-windows-developers-git-series-part-2.aspx Understanding Git Submodules Straightforward expalanation about what submodules are, and how to use = them http://speirs.org/2009/05/11/understanding-git-submodules/ Git solves all your branching and merging problems! Almost! =46unny story about moving from svn to git's branching methodsand what = it entails http://codeclimber.blogspot.com/2009/05/git-solves-all-your-branching-a= nd.html Dead Simple Rails Deployment Simple instructions to integrate git into Rails deployment scripts http://blog.jerodsanto.net/2009/05/dead-simple-rails-deployment/ Deploying ExpressionEngine from GitHub with Capistrano http://hivelogic.com/articles/view/deploying-expressionengine-github-ca= pistrano Pair Programming & git & github & Gravatar & You & You Interesting hack for pair programming in github http://blog.l4rk.com/2009/05/pair-programming-git-github-gravatar.html =3D=3D Janapese =3D=3D =E3=81=93=E3=82=8C=E3=81=8B=E3=82=89Git=E3=82=92=E5=A7=8B=E3=82=81=E3=82= =8B=E4=BA=BA=E3=81=8C=E8=AA=AD=E3=82=80=E3=81=B9=E3=81=8D=E8=A8=98=E4=BA= =8B=E3=81=AE=E3=81=BE=E3=81=A8=E3=82=81 *Very* popular, but I've no idea what it is about http://www.akiyan.com/blog/archives/2009/05/posts-for-git-beginne.html =E3=82=84=E3=82=8B=E5=A4=AB=E3=81=A7=E5=AD=A6=E3=81=B6 gitcore-tutorial http://motememo.g.hatena.ne.jp/keyword/=E3=82=84=E3=82=8B=E5=A4=AB=E3=81= =A7=E5=AD=A6=E3=81=B6%20gitcore-tutorial =3D=3D Russian =3D=3D Git Wizardry http://habrahabr.ru/blogs/Git/60347/ Git Workflow http://habrahabr.ru/blogs/Git/60030/ [1] http://delicious.com/tag/git --=20 =46elipe Contreras