fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
459 stars 10 forks source link

Ability to change git flow branches #2064

Closed dcumings closed 3 months ago

dcumings commented 10 months ago

When I run git flow init I always have to update "master" to "default". It would be nice if i could update the default configuration for this. image

DanPristupov commented 10 months ago

Git flow is deprecated, so it's very unlikely there will be an improvement.

dcumings commented 10 months ago

A lot of teams still use git flow. If you are developing multiple features and want to lock down releases and hotfixes and not merge in features until they are ready I am not sure how you would do it otherwise.

I am aware that small teams can accomplish testing and development by having everything go to production as soon as a feature is complete. Unfortunately that is not possible for our team and a lot of teams that we work with.

DanPristupov commented 10 months ago

If you are developing multiple features and want to lock down releases and hotfixes and not merge in features until they are ready I am not sure how you would do it otherwise.

Just merge them manually.

decadence commented 6 months ago

@DanPristupov There is active fork of GitFlow (gitflow-avh): https://github.com/CJ-Systems/gitflow-cjs