Initialize Git repositories
To start controlling a project directory that is currently not under version control, go to Tools > Git, and then select Create Repository.
Qt Creator creates a new subdirectory named .git that has all the necessary repository files.
However, Git does not track anything in the project yet, so you need to create an initial commit to start tracking the project files.
See also How To: Use Git and Git.
Copyright © The Qt Company Ltd. and other contributors. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.