I've a stable released version i.e version2.0 and a master for future version release say v3.0. version2.0 doesnot have some features of master. when i found bug in version2.0 then i create a branch under version2.0 say v2.0-bug-fix1. while merging this v2.0-bug-fix1 branch to version2.0 is ok no conflicts. but at the same time i also want to merge that v2.0-bug-fix1 to master because that bug needs to be fixed in master as well, i get conflicts i resolved that for 1st time its ok but for every bug of version2.0 there will be a v2.0-bug-fix-xx branch and on merging that to master every time the same conflicts will arises. Is there a better way to handle this or i've to always resolve conflicts manually. cause i don't want to replicate master's snapshot in version2.0 its stable release.
-- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
