We’re storing our code at github.com/dsmwebgeeks/codedojo. When you need to access one of our projects there are a couple ways to get the code.

  1. Use git to fork / branch / clone / checkout (whatever term you’re most familiar with). Git is similar to subversion but works great for teams that aren’t in the same office or on the same network. Once you’ve configured Git then simply run this command to get the latest version of our code:
    git clone git://github.com/dsmwebgeeks/codedojo.git
  2. Download a zip file by visiting our git-hub page and clicking the “Downloads” link on the right side of the page.

Either way you get it is fine, but using option #1 gives you the opportunity to more easily share your changes with others.