Answer the question
In order to leave comments, you need to log in
How to set up Qt Creator + Git on GitHub in Fedora 18?
Installed Qt Creator.
Git installed.
I have an account on GitHub.
How to combine all this? How to set up Qt Creator, Git and GitHub to work together?
Answer the question
In order to leave comments, you need to log in
Regardless of the development environment, you can proceed as follows.
1. Create an empty repository on GitHub or any other Git server. This will be the remote copy of your repository.
2. Create a new project in your favorite development environment.
3. Using the console or graphical Git client, create a Git repository in the new project folder.
cd [Папка проекта]
git init
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question