Base solution for your next web application
Open Closed

Issue on V 1.8 Upgrade #963


User avatar
0
sampath created

Hi, I have partly updated my app to V 1.8 and created separate branch for it as ver-1.8.I just updated all the nugget packages, db script changes and breaking changes.Now I can compile that branch and working fine.But I didn't do any manual changes which it requires to do on the Ui layer yet.I'll do those changes later hence it'll require lot of time and care.So my question is this,Is that OK to merge it into my Master branch (Production version) ? If I'll merge it into master then I can use git cherry pick option to commit my latest changes to ver-1.8 branch also until I'll complete the full version update. What is your thoughts ? Thanks.


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    You can merge it and not delete the 1.8 branch. Then you can make UI changes in 1.8 branch and merge again. As I know, it should be OK. But I'm not a Git master.

  • User Avatar
    0
    sampath created

    I'll do that and will let you know if I'll have any issues.Thanks a lot :)