CityScienceLab-GDL / cityscope-ccu

Project for the mobility team of the MIT CityScope workshop
0 stars 2 forks source link

Branch cleaning #23

Open agrignard opened 1 year ago

agrignard commented 1 year ago

@gamalielpalomo I see there are many branches now in this repo which in my opinion make it very difficutl to maintain.

Why do you need 7 different branches? Why not having everything on the main? I see alos thjat youa re using branches for release but this is not the way branches and release should be used. Why don't you use the Release feature of Github?

Before to go any firther I think it would make sense to clean those branch and ideally to have evrything in the main. Having different branches makes sense when there are lot of people working together simultaneously on the same project but this is not the case here. I propose to merge as much as possible everything in the master branches.

gamalielpalomo commented 1 year ago

I was just testing the release with my branch. I agree with you that some branches need to be deleted, but also I think that having branches is useful to develop new features that need to be tested first on the cityscope, that is the reason I use my dev branch.