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

Provide clearer steps on the "Get your local Git repository on Bitbucket" section on a new repository source page.

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      On a new repository's source page, the "Get your local Git repository on Bitbucket" sections shows the following steps:

      Step 1: Switch to your repository's directory

      cd /path/to/your/repo
      

      Step 2: Connect your existing repository to Bitbucket

      git remote set-url origin git@bitbucket.org:leonstestteam/test-repo-2.git
      git push -u origin master
      
      

      These steps make sense when you are adding an existing repository with an existing origin but it should explain that the correct line for an existing repository without an existing origin should be presented as git remote add origin git@bitbucket.org:renesmadsen/eform2018.git and then git push -u origin master

      Attachments

        Activity

          People

            Unassigned Unassigned
            lsaw@atlassian.com Leon (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: