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

I have code I want to import information

    XMLWordPrintable

Details

    Description

      Wrong sample.

      $ cd /path/to/my/repo

      $ git remote add origin https://umitunal@bitbucket.org/umitunal/spring-mvc-test.git

      $ git push -u origin master # to push changes for the first time

      Correct sample

      $ cd /path/to/my/repo

      $ git remote add master https://umitunal@bitbucket.org/umitunal/spring-mvc-test.git

      $ git push -u origin master # to push changes for the first time

      Attachments

        Activity

          People

            Unassigned Unassigned
            1c1d4c53ea52 umitunal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: