September 2009
2 posts
1 tag
My learnings from Concept Camp 2009
I quickly checked the weather before packing for ConceptCamp2009. “Mmmm… rain Saturday night. It won’t be that bad.”
Well…There was a lot of it but it did not stop us from having fun, talk about code, patterns and play some team building exercises like beer pong and twister. Yep, twister.
After a good camping breakfast, we protected ourselves from the rain and...
1 tag
GitHub setup in 13 steps
I have used git in the past but I am a newbie to GitHub. Here are the 13 steps that I followed to get my first repository in GitHub.
1. Upgrade to the latest git: http://git-scm.com/
2. Open a github account: http://github.com/signup
3. Add GitHub’s settings to git: http://help.github.com/git-email-settings/
4. Generate a SSH key: http://help.github.com/mac-key-setup/
5. Create a...