I assume this has been asked several times, but could not find a quick and complete answer.
Let's say I start from scratch and would like to create a TFS project to work with two parallel versions that can develop in different ways, but still I want to be able to release a fix in both, let me call them REL. A and REL. B, both will have code changes not shared between them, but may be corrections from REL. A should be inserted in the REL. B.
starting from the very beginning, first I create the main one or dev, and which one the other?
REL. A - branch Dev or Main?
REL. B is a branch of REL. A or branch Main or Dev?
Thank.
source
share