Sourcetree 不嵌套功能

Sourcetree not nesting features

在我的私人 PC 上,我遇到了问题,sourcetree 没有正确嵌套我的功能(参见“953_wrong_text”)。

但是如果我在我的工作 PC 上添加新功能,一切都很好,请查看正确嵌套的功能。此外,当单击 Git-Flow 时,我得到一个略有不同的 window

这是纯粹的 Sourcetree 问题还是我对这个 repo 做错了什么?

要解决此问题,请按照以下步骤操作。

repository->repository settings -> "edit config file..." 并添加用现有代码替换下面的代码并修复问题。

[gitflow "prefix"]
bugfix = bugfix/
feature = feature/
hotfix = hotfix/
release = release/

参考URL:https://community.atlassian.com/t5/Sourcetree-questions/Is-GitFlow-integration-broken-for-SourceTree-3-1-2/qaq-p/1039172