I have a project with two live versions (new version is not backward compatible therefore two completely separate code stream). Question: how should I design git (looking for best practice):
1) Have two separate Master and Develop branches for both versions in same repo (don't want to have separate repo)
2) Use git tags (not families with this much and don't know if this'll work with Bamboo build server)
3) Other options..
Any help in this field will be very helpful!