Hi,
I know there is a way to connect to a repository from IDE using "Connect to Workspace" if no workspace is open. This clones the repository to my local machine and opens the workspace.
I want to use a different way:
- Use TortoiseGit to clone the repository
- open the workspace (this is not connected to Git at this moment)
- connect the workspace to Git (using my already existing local repository)
But I found no way to do the last step. I only can do "Add to Source Control" but this overwrites my cloned repository.
How can I do that?
René