Mike Chambers

code = joy

Archive for the ‘git’ tag

Moving a git repository subdirectory to its own repository

with one comment

I use Git and GitHub to manage all of my personal code projects. I have one large repository called projects, which is then broken into sub directories based on the main technology used for each project (i.e. Flash, JavaScript, iphone, etc…).

I am currently working on a Flash based iphone game code-named “pewpew”, which is maintained within my projects repository. As I have begun to work on it more and more, I decided that I wanted to have pewpew in its own git repository. This will make it easier to track issues, as well as give me the option of open sourcing it and allow others to create and submit forks.
Read the rest of this entry »

Written by mikechambers

November 4th, 2009 at 10:48 am

Posted in General

Tagged with