When I try to check out a Git non-working repository (created with the -bare option), Intellij doesn't create a working local repository but just clone the .git folder!
So my question is how do you create a local working Git repository from a server repository?
The workaround I've found is to clone it manually but this sollution is no very convenient.
Some tools like Git Extensions asks if you want to create a personnal repository or a Public one but i can't find this option in Intellij (version 14.0.3)
Thanks for help!