I'm confused how to use subgit if I want my Git repository to have a .git subdirectory.
If I use the conventional subgit configure
+ (subgit import
or subgit install
), it doesn't create a .git
directory.
If I do git init
first, then I can do subgit import
but it won't seem to let me do subgit configure
first, and I want to setup my configuration file so I don't have to put a bunch of stuff in the command-line for subgit import
.
Is there a way to tell subgit
to use the conventional .git
directory for all the repository stuff?