Git development?production workflow – how to set up repo?
- by Blixt
I'm working on a relatively small, but fast-changing project (a web application) with a few other developers. We're using Git for source control.
We started out creating a stable branch which is what is deployed to the live production web server. The master branch is what is deployed to a secondary "unstable" server for testing purposes. Whenever…