Category: Revision Control

  • Getting Started with Git

    I’ve been using Git for a while but almost exclusively through an IDE so I thought it was about time I learnt how to use Git from the command line. I’ll be creating a simple project and uploading it to GitHub. Install Git Installing Git under Linux is super easy, in fact on my fresh…

  • Subtle Subversion Problem

    Here’s a problem you don’t see everyday which really shows up the stupidity of the whole case sensitive / insensitive filesystem battle between Windows and Unix like operating systems. Fortunately a lot of work has been done to make the two different schools of thought play together nicely but occasionally something falls through the cracks…