fork-dev / TrackerWin

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

[Feature Request] git flow bugfix #647

Open anrichter opened 4 years ago

anrichter commented 4 years ago

Hi,

it would be nice if you can expand the git flow support in Fork by bugfix (start, finish, ...). We use it very regularly.

Greetings Andreas

DanPristupov commented 4 years ago

Do you use hotfix at all? Should we replace it with bugfix may be?

anrichter commented 4 years ago

We use both. Hotfix starts a new Branch from master Bugfix starts a new Branch from develop as Feature but with another prefix (bugfix default)

DanPristupov commented 4 years ago

I'm lucky I asked you :). Recently we discussed the removal of hotfixes completely (I was sure nobody uses it).

Regarding bugfixes. I will research what they do and if we can add them.

Rwing commented 4 years ago

I think there is not a bugfix branch in gitflow model. https://nvie.com/posts/a-successful-git-branching-model/

DanPristupov commented 4 years ago

@Rwing the original git-flow was deprecated many years ago. Git-flow-avh is the successor and it has bugfixes: https://github.com/petervanderdoes/gitflow-avh/wiki/Reference:-git-flow-bugfix.

Rwing commented 4 years ago

okay, so we should also add git flow support? https://github.com/petervanderdoes/gitflow-avh/wiki/Reference:-git-flow-support

anrichter commented 4 years ago

I don't use it. But with support, git flow is fully supported.

eman1986 commented 4 years ago

my team uses the new git flow that added bugfix and my boss actually was upset Fork didn't have bugfix support baked in. He doesn't like using a CLI 😝

we also use hotfix, a lot. My team uses git flow to the max so we use nearly everything it supports.

lukipedio commented 4 years ago

image

I also ask to expand this menu

lksoft commented 2 years ago

@DanPristupov I was wondering if there is anything that is going to happen with this it terms of the UI. Will there be support added for gitflow-avh to the UI?

DanPristupov commented 2 years ago

GitFlow is almost deprecated and even the creator doesn't recommend to use it. So, most likely there won't be any changes in Fork in the near future.

As an alternative, I can recommend the 'lean branching' approach.

DGH2112 commented 2 years ago

This is something I was hoping would get implemented. As an alternative to dropping to the command prompt to do this, is it possible for a custom command to prompt the user for some text (the bugfix name) and then perform an action? I've looked and cannot see how this can be done.

lksoft commented 2 years ago

Dan,

Sorry to hear that. I might try looking at the lean branching, but I have to admit it seems a major mental shift for me. Thanks for getting back to me.

‌Scott Little @.***‌ — “If you're not careful, the newspapers will have you hating the people who are being oppressed, and loving the people who are doing the oppressing.” – Malcolm X — Mac Mail Users: check out our site http://smallcubed.com/ for great Mail plugins! — ‌

On 11 Apr 2022, at 10:31, Dan @.***> wrote:

GitFlow is almost deprecated and even the creator doesn't recommend to use it. So, most likely there won't be any changes in Fork in the near future.

As an alternative, I can recommend the 'lean branching' approach.

— Reply to this email directly, view it on GitHub https://github.com/fork-dev/TrackerWin/issues/647#issuecomment-1094706782, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABAV6HZHIMZSQYU3EU4UNTVEPPPHANCNFSM4KQGEFHA. You are receiving this because you commented.