A few git tips you didn't know about
august 2010 by emilsit
Indeed, the title says it all.
git
tips
reference
august 2010 by emilsit
nvie.com » Blog Archive » A successful Git branching model
april 2010 by emilsit
A detailed walk through of one way to manage a development and release process using branches with git. Clean, plenty of example command, and a PDF summary diagram for printing.
git
tips
april 2010 by emilsit
My Git Workflow
january 2009 by emilsit
A nice post on different git workflows. The best part is about branch naming: "Using ‘origin’ as the name of your remote and ‘master’ as the name of your main branch is just the default settings git gives you. Neither name is magic. So, I renamed ‘origin’ to ‘github’ in .git/config to be explicit about where the code is going. Then, I created a new branch ‘development’ to reflect the code that is under the mainline of development."
git
workflow
tips
january 2009 by emilsit