April 2008
2 posts
6 tags
Really Simple Development with Git
Once you’ve got your hot new app up on GitHub, you want to work on it, but you’re used to the Subversion world of update-code-test-update-commit. What does a good code cycle look like in Git?
My friends, I tell you I have the answer. And it’s simple.
git checkout -b nifty_name_for_nifty_new_feature
git pull [repository [branch]]
for each submodule of interest: cd...
5 tags
Thank You for Arguing
I bought Jay Heinrichs’ Thank You For Arguing last summer, but never got around to more than glancing at it. I’ve been reading it at pretty much every chance over the past few days, though. It’s absolutely fantastic!
One of the main theses of the book seems to be that people shouldn’t think of rhetoric as manipulation, and Jay even does little sidebars to point out when...