Uploaded image for project: 'Bitbucket Cloud'
  1. Bitbucket Cloud
  2. BCLOUD-19350

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

    XMLWordPrintable

Details

    Description

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            gmarcolino+atlassian_conflict Gabriel M (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: