Setting up Bitbucket Repository on QtCreator
General and Desktop
3
Posts
3
Posters
9.8k
Views
1
Watching
-
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?
-
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.