I was involved in the Beta testing of Daylite Touch for the iPad and was invited to write a case study describing how my business benefits from using Daylite and Daylite Touch for iPad. Here’s the published case study.
Archive for December, 2010
My Daylite Touch for iPad case study
December 16th, 2010Quick notes on creating a local git branch and pushing it into the wild
December 6th, 2010- Checkout the branch you want to switch from
git checkout branch_to_branch_from - Create the local branch
git branch branch_name - Switch to the branch
git checkout branch_name - Push to Remote
git push origin branch_name