Version Control

  • submit to reddit

How to setup several GitHub accounts on multiple machines with separate SSH keys

So you've got a personal GitHub account, one for one client, one for another and you want to keep them all separate. How do you setup your box to clone...

0 replies - 2566 views - 12/20/11 by Mike Ensor in Articles

Some thoughts on Git vs complexity

I originally wrote this in the Git For Human Beings mailing list. The thoughts are stolen from Rich Hickey's Simple Made Easy talk. (Matthew...

1 replies - 3693 views - 11/18/11 by Thomas Ferris N... in Articles

Understanding Git - Good references

Grab our FREE Git Cheat Sheet! Get FREE PDF Git is getting more and more popular these days. Most open source projects have moved to GIT and the ones...

5 replies - 7717 views - 10/30/11 by Andrew Salvadore in Articles

Git: Getting the history of a deleted file

We recently wanted to get the Git history of a file which we knew existed but had now been deleted so we could find out what had happened to it. Using...

3 replies - 3707 views - 10/09/11 by Mark Needham in Articles

Temporal correlation in Git repositories

Michael Feathers presented his recurring idea of finding out which elements of design change together: his goal is to discover which classes or methods are...

0 replies - 5062 views - 10/06/11 by Giorgio Sironi in Articles

Software Version Control Visualization - Gource

I've been playing around with visualizations since some time. You might remember my post about GlassFish City where I did a visualization with CodeCity. I...

0 replies - 4521 views - 09/13/11 by Markus Eisele in Articles

Git Pre Recieve Hook For Integrity

I’m getting married rather soon so time has been somewhat short (in a good way) for just hacking on stuff, but I’ve finally found a little bit of time...

0 replies - 5302 views - 08/18/11 by Gareth Rushgrove in News

Considerations when choosing hardware for CI

This post is the second post in a series on how CI will help a development team. The first post talks about the benefits that CI will bring to the team. (CI =...

1 replies - 6540 views - 08/07/11 by Paul Stack in News

Git with SVN, what the benefits are?

My previous post about start to use Git in an SVN organization appeared to be really attractive, I received many questions through Twitter and DZone. All of...

1 replies - 4628 views - 07/13/11 by Alexander Beletsky in Articles

Top 10 commands for the Git newbie

If you're new to Git you will recognize that some things work different compared to SVN or CVS based repositories. This blog explains the 10 most important...

0 replies - 11495 views - 07/06/11 by Niklas Schlimm in Articles

How to start using Git in SVN-based organization

I've been using Git about a year now, immediately after creation my github account. I got really nice impression of using this tool, but still - on my...

10 replies - 13881 views - 07/05/11 by Alexander Beletsky in Articles

Git: Deleting a remote branch on a gitolite configured repository

We’ve had an xsbt branch on our gitolite powered repository for the last couple of weeks while we worked out how to move our build from sbt 0.7 to sbt...

1 replies - 3598 views - 06/29/11 by Mark Needham in Articles

Git tutorial – branching and merging

Lets say that you have pushed your code live and now want to code for a new feature. And, suddenly a bug found in your live code (it happens! a LOT!) which...

1 replies - 8747 views - 06/28/11 by Veera Sundar in Articles

Git for Personal Projects

Every so often a piece of technology comes along and changes everything. Once we experience this new way of doing things, we can no longer understand how...

1 replies - 6609 views - 06/27/11 by Ashod Nakashian in Articles

Git tutorial – comparing files with diff

Continuing from my last post, which explained my Git workflow, in this post I’m sharing how to compare different versions of files. Before that, you might...

0 replies - 7955 views - 06/18/11 by Veera Sundar in Articles