Bitbucket UI "Copy to clipboard checkout branch" doesn't add "\" for accents

XMLWordPrintable

      While using the “Checkout“ option in the branch page, Bitbucket doesn’t add the ”\” to the branches name.

      How to reproduce:

      1. Go to the repository branches page
      2. Select a branch
      3. In the top right of the screen, select checkout
      4. Copy the “checkout in git” content

      Expected:

      git fetch && git checkout some_branches\'_name

      Currently:

      git fetch && git checkout some_branches'_name

      Workaround:

      Manually add ”\” to the checkout command.

              Assignee:
              Unassigned
              Reporter:
              Gabriel M (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: