Saturday, June 6, 2009

GitHub: You Know, For Code



I've been working with git, the source code control system, for about a year now. There are things I love about git and things I hate about it. Using GitHub is one of the things I love about it. Git was designed to work for very large distributed projects and teams. Building a social coding site around it makes a lot of sense.

I'm sure I'll post more on Git later. But for now I would recommend you check out GitHub if you're looking to learn more about the new hotness in source code control. You can see my public projects here: http://github.com/adamb

1 comment:

Bill Moorier said...

Github is awesome. My frustrations with git could be summed up by saying it often refuses to do the obviously right thing - it's more pedantic than I wish it was, which means it breaks my flow some times. Interested to hear more of your thoughts on it...

Post a Comment