I am looking for any books considered best practice, canon, etc. for source code management (SCM) practice for developers. Something that gives directions on how and when to branch, how and when to merge, version number schemes, etc.
Perhaps with an eye on distributed SCM tools such as git (vs svn / cvs?), Geographically distributed or centralized development teams, differences between practices during forward development and post-production, etc.
source
share