CSAllenISD / 2023-ISP-Bug-Tracker

Other
3 stars 0 forks source link

Merging brook.dev to Main #40

Closed Brook-A-CS closed 1 year ago

Brook-A-CS commented 1 year ago

Main has the landing page and some other frontend features added that b.dev doesn't. I changed the file structure in .dev so it can't auto merge. To get around this I'm going to move everything in root in main into a 'client' folder in the same way I have it in dev. Once its in this folder, I'll be able to git merge and just have to solve any merge conflicts. If this isn't successful, I'll also create a 'server' folder and hopefully github will be able to auto merge at that point. Lastly if all else fails, I'll manually go in and replace the necessary files.

Brook-A-CS commented 1 year ago

I was able to move everything in main to sub directory here. After cleaning up the root directory in this and this commit, I was able to merge.