Uploaded image for project: 'Sourcetree For Mac'
  1. Sourcetree For Mac
  2. SRCTREE-6652

GitFLow initialize does not use modified branch prefixes

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Low
    • None
    • 3.0.1
    • GitFlow
    • None
    • MacBook Pro (15-inch, 2018)

      MacOS Mojave 10.14.2

      java version "1.8.0_191"

      Sourcetree fro Mac standalone

      Embedded Git 2.18.0

      Embedded Git LFS 2.5.2

      Embedded git-flow

    • Severity 3 - Minor

    Description

      When initialising a new GitFLow for a repository and specifying a different prefix for feature branch, it is not respected. Steps to reproduce:

      1. Create a new empty repository
      2. Start initialising a new GitFlow
      3. Specify features prefix to be "features/" instead of" feature/"
      4. Click OK
      5. In Finder open the empty repository .git/config
      6. Observe GitFLow config is:

      [gitflow "prefix"]
          feature = feature/

      1. Expected:

      [gitflow "prefix"]
          feature = features/

      Attachments

        Activity

          People

            Unassigned Unassigned
            d6c3781a20d8 Mindaugas Batutis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: