I’d like to talk about a simple developing pattern using Git in QtCreator.
I set up a small server where I’m going to put the “trusted” repositories.
On my local machine I configured msysgit (1.8.4) to be used within QtCreator (2.8.1).
When I create a new project I select Git in the new project wizard.
Is is possible to clone the new repository to the remote server from QtCreator?
↧