What is the canonical approach to using a VCS right from a project's infancy?
- by Anonymous -
Background
I've used VCS (mainly git) in the past to manage many existing projects and it works great. Typically with an existing project, I would check in each change I make to the code that either optimizes or changes the overall functionality (you know what I mean, in suitable steps, not every single line I change).
Problem
One thing I've not…