... and this is the day when a print designer, no not a designer, but a graphic artist, is going to tell me to "make this site look exactly like the mockup Owen sent you" Oh, God... shower some mercy ...
- Patrick J. Anderson
A great article describing a solid Git workflow. It suggests doing all development in a separate develop branch, keeping master only for production-ready code. The develop branch is merged back in to master when it gets to a stable state, anything that gets merged in to master is tagged as a release.
- Patrick J. Anderson