Showing 1 - 17 of 17 items. (Page 1 of 1)


Link2009 Aug 31

A Guide to Branching in Mercurial / Steve Losh

So far the most clear and detailed explanation of Mercurial branching options.

Link2009 May 20

The Git Parable

A fictional tale of a programmer's quest to make a version control system, except what it describes in step by step detail is how Git works. Nicely done and informative.

Link2009 Feb 26

Git for the real world

"Now that we've been using git at Twitter for a couple of months, we've overcome several crippling problems and misunderstandings about how to use it properly. There are dozens of "intros" and "tutorials" to git online, but at some point you need to know more than just the basics of DVCS and the map to svn commands -- you need to know practical considerations of real-world usage. None of the intros or tutorials had this stuff, so I thought I'd share what we learned."

Link2009 Jan 15

git externals script

This looks like a useful script for dealing with project dependencies and wanting to avoid either doing a file copy to your project, or submodules.

Link2008 Sep 28

Version Control Makes You A Better Programmer

The thing I liked about this article is how to use DropBox to host git repositories. Interesting idea.

Link2008 Sep 06

Hardcore Importing Action

Github.com added direct Subversion importing given a SVN URL (e.g. from Google Code). It handles the "standard" SVN project layout and brings over all history, tags, and branches. It even allows you to set the SVN authors mapping which is slick.

Link2008 May 08

GitPython - Gitorious

Nice work by Michael Trier on GitPython, a python library for interfacing with Git.

Link2008 Apr 30

iBanjo » Blog Archive » Subversion’s Future?

Git and Mercurial threaten Subversion? It looks like Subversion will still focus on being a good centralized source control system.

Link2008 Apr 08

The Thing About Git

Ryan Tomayko put up a great post on how git handles the "Tangled Working Copy Problem". It happens to me too, and I didn't know about the --patch option.

Link2008 Apr 06

Sharing git repositories via OS X's built-in web sharing

A nice tip that shows how to share a git repository directly from your Mac laptop. This would be great for local hack fests and taking full advantage of git's distributed nature.

BLOG2008 Mar 14

I Can Haz Hardcore Forking Action

Recently myself and a few co-workers (@davemerwin, @bradpitcher, Percy and Nate) got together for what we called, "Django Night: 3 Hours 1 App", in which we attempted to build a website from start to finish in 3 hours using Django. We also decided to learn and use Git and GitHub ...

Link2008 Mar 07

Simplistic Complexity » Cleanly Migrate Your Subversion Repository To a GIT Repository

How to migrate your subversion project to git without all the svn cruft.

Link2008 Mar 06

Git - SVN Crash Course

Subversion to Git crash course tutorial. Lots of useful side-by-side command comparisons.

Link2008 Mar 05

TextMate Blog » Git Bundle

Nice... a Git bundle for Textmate.

Link2008 Mar 03

BzrVsGit - Bazaar Version Control

Interesting overview of why bzr might be preferred over git.

BLOG2007 Sep 17

Django Development Using git

A little background

Not very long ago I was fortunate to attend a talk given by Randall Schwartz on git, the distributed source control system developed by Linus Torvalds and the rest of the Linux kernel developers. After that talk and after watching the Google Video talk given by Linus ...

Link2007 Jul 13

YouTube - Tech Talk: Linus Torvalds on git

Google video of Linus Torvalds talking about git, the source control management system he created two years ago.