I’m totally new to Git. I have a production server, a dev server then one other developer (2 total). I’m thinking I need to set up my main repository on my production server as the production branch, then the development server as the dev branch/repo, then when myself or the other developer connects, we connect & get the dev branch/repo and run from there.
Does that sound like a correct way of doing such a thing? How do I do that?
Remembering that git is not a web deployment system, here is how one person did such a thing.
http://toroid.org/ams/git-website-howto
Also: http://nvie.com/posts/a-successful-git-branching-model/
and http://progit.org/