Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Setting up Bitbucket Repository on QtCreator
Forum Updated to NodeBB v4.3 + New Features

Setting up Bitbucket Repository on QtCreator

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 9.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Plissken
    wrote on last edited by
    #1

    Note:New to version control. Have git installed and created a repo. in bitbucket.

    I'm a bit lost how to change the repository address in qtcreator to the one I have in bitbucket. Adding a project to git via Tools -> Git -> Create Repository just has me select a folder I want to create a repository in. How do I change the repository address to https://... address so I can commit there?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tomma
      wrote on last edited by
      #2

      Tools -> Git -> Remotes...
      There you will see Add button

      Or from terminal:
      $ git remote add <name> <url>

      1 Reply Last reply
      0
      • T Offline
        T Offline
        tobias.hunger
        wrote on last edited by
        #3

        A git repository is always local. You need to add remotes to pull/push to them.

        Alternatively you can do "File->New Project->Import->from git" (from memory, actual items might vary) to import a new project from git, which will basically show a wizard and then run git clone.

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved