This content has been marked as final.
Show 2 replies
-
1. Re: Now we have 3 active branches
ataylor Apr 10, 2012 9:28 AM (in response to gaohoward)Howard,
we don't really have any choice as each product, i.e. eap 5 and eap 6 requires its own branch.
If you use git cherry picking its very quick and simple to copy commits between branches, simply apply a fix to one branch and push it and then checkout the next branch and use git cherry-pick commitid where commitid is the SHA of the orignal commit
-
2. Re: Now we have 3 active branches
clebert.suconic Apr 11, 2012 4:15 PM (in response to ataylor)So far AS7==EAP6... AS7 will will become EAP6.. and we will move to master towards AS7 soon.