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

CLI instruction for Repository setup shows git push commands for a Mercurial repo (BB-10646)

    XMLWordPrintable

Details

    Description

      When I create a new Mercultial repo, the CLI instruction for Repository setup shows git push commands for a Mercurial repo. See below:

      Set up Mercurial on your machine if you haven't already.

      mkdir /path/to/your/projectcd /path/to/your/project
      hg clone ssh://hg@bitbucket.org/svaksha/ira

      Create your first file, commit, and push

      echo "SVAKSHA ." >> contributors.txt
      git add contributors.txt
      git commit -m 'Initial commit with contributors'
      git push -u origin master

      Thanks.

      Attachments

        Activity

          People

            legacy-bitbucket-user Legacy Bitbucket Cloud User (Inactive)
            ceac6a9260e7 svaksha
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: