Setup QtCreator for Git

So now we have installed and configured the Git version control system. Next we need to configure QtCreator to use it. Go to Tools>Options>Version Control and check the Customize Environment and Set “HOME” environment variable settings as shown in the figure below. Edit the PATH value and add the Git cmd folder there (U:\Apps\Git\cmd in my case).

Git-11

That’s it. We should now be able to add files to the version control system.

Leave a Reply

Your email address will not be published. Required fields are marked *