Integrate with Gitflow #2985
imandydoan
started this conversation in
Feature Requests, Ideas
Replies: 4 comments
|
Hey @imandydoan , yeah gitflow support isn't great even with those multi repos workarounds. Let me add a branch policy feature to the repo settings to support this usecase, will open a pr soon. Let me know if you know about similar tools that support gitflow so we can borrow some ideas from them. |
0 replies
|
It looks very promising. To be honest, I don't know of any other tools to do that. I'm looking forward to seeing the merge. |
0 replies
|
@imandydoan pr was merged to main, you can give it a shot if you don't want to wait for the next release (probably tomorrow). |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
I just have a question: how can I integrate with Gitflow correctly?
Recently, Kandev has stopped allowing the creation of multiple repositories with the same path. I am not sure if this is a bug or an intentional design choice by the author.
Previously, I used to create multiple repositories—such as
project-a-hotfix,project-a-feature, andproject-a-bugfix—all pointing to the same local path, while assigning specific worktree branch templates to each (e.g.,hotfix/{title}-{suffix},feature/{title}-{suffix}, andbugfix/{title}-{suffix}). Whenever I needed to create a hotfix, I would simply use theproject-a-hotfixrepository.I wonder if there is a more efficient way to handle this?
All reactions