GroundApps / ShoppingList_Backend

Simple Centralized Shoppinglist - php backend
GNU General Public License v3.0
27 stars 23 forks source link

Make clear branches. #40

Closed jklmnn closed 8 years ago

jklmnn commented 9 years ago

We currently have a lot of different branches on different states. I recommend to use some rules to get these branches under control:

The reason is, that we have currently two branches that address a new version and that some changes that made it into master have not be applied to either of these two so these bug might be again in the next version.

J-8 commented 9 years ago

I wholeheartedly agree. Good idea and structure. That would fix the current confusion. Can you put those rules in the wiki or somewhere? Really good thinking there!

jklmnn commented 9 years ago

I'll write a wiki entry.

jklmnn commented 9 years ago

@J-8 @beli3ver please review the branching guidelines. If you think they are ok, I'll restructure the project according to these guidelines. I would fork devel from master and try to merge experimental into devel, because experimental cannot be automatically merged at the time.

ghost commented 9 years ago

Good idea, I am in :lollipop:

jklmnn commented 8 years ago

I have now (after checking) deleted all branches except master (2 pr-branches that were ~100 commits behind master; PDO because it was forked from the old master and not anymore mergable, I will look if I can transform all database connectors to pdo; and the experimental branch since it was even with master). I also have created the devel branch from master. This will be the next version.