On Jan 24, 2011, at 1:20 PM, toltmanns wrote: > First off, I may be in the wrong place, but I need a sanity check here. Communication is the most efficient way to implement a sanity check. > I've downloaded and am attempting to use the git bash app, trying to issue > the following command and am getting fatal: Not a git repository > > git submodule add git@xxxxxxxxxx:toltmanns/steal.git public/steal I like that error because of how few scenarios can cause it. Your current working directory is not inside a repository. 'cd' into the repository and try again. ~ Andrew Keller -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html