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 Design Studio 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.

Available under certain Qt licenses.
Find out more.