Sunday, June 15, 2008

TextMate Git Bundle

I finally got around to using git, the new hotness in source code control. I signed up for an account with github and installed the TextMate git bundle. It's great to be able to drive git through TextMate. No need to remember all those new git commands right off the bat, they are in the menu now.

I'm using git to locally commit changes to my code base, and occasionally I push the current branch to github so I have a remote copy just in case something bad happens to my local branch.

This is all just in time for my big plane ride tomorrow. I'll be able to actually do some development on the plane, while actively updating my git repository along the way. Nice.