Hi i have downloaded the Accelerator Beta version 7.0.0-patch-1810042302, and will start to migrate to latest version i.e. version 7. But as i understood there was a lot of changes between these 2 versions. Is there a chance that we could access the commits between these two versions which we could cherrypick into our repo?
If you want to get the patches between 2 version the best you can do is to commit the first version in example git and then replace all files with the new version and make a commit and from that take the different and merge into your current code base.