emilsit + git + tips   3

nvie.com » Blog Archive » A successful Git branching model
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
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

Copy this bookmark:



description:


tags: