Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to prevent QtCreator from managing Git

Each time I create a new file in QtCreator, it asks me if I want to add it to the Git repository, each time I delete one, it asks me if I want to remove it. I don't need QtCreator to do all that since I manage Git myself with TortoiseGit. Moreover, QtCreator is less convenient than TortoiseGit for that.

So is there any way to prevent QtCreator from managing my Git repository?

like image 553
laurent Avatar asked Nov 29 '25 01:11

laurent


1 Answers

The Git plugin can be disabled in "About plugins...".

like image 162
laurent Avatar answered Nov 30 '25 16:11

laurent