【问题标题】:Sourcetree not nesting featuresSourcetree 不嵌套功能
【发布时间】:2020-03-23 09:52:21
【问题描述】:

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

但是,如果我在工作 PC 上添加新功能,一切都很好,请查看正确嵌套的功能。同样,当单击 Git-Flow 时,我会看到一个截然不同的窗口

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

【问题讨论】:

    标签: git atlassian-sourcetree git-flow


    【解决方案1】:

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

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

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2011-01-29
      • 1970-01-01
      • 2019-06-27
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多