Linked to : Multiple software versions using Git [closed]
I am new to git, and wanted to know if other way existed when maintaining multiple versions of software, my current workflow looks like this :
However, It seems that it will be harder and harder to maintain in the long run. Do you have other workflows that could be better to maintain ?
I found some answer in this topic : Multiple software versions using Git [closed] The last answer proposed to create differents repository : two for each versions, and one for the common parts of the codes that are independant on versionning. Is it a good solution ?