On Wed, Feb 15, 2012 at 20:17, Chad <[email protected]> wrote:
> The .git folders will exist after you clone the repository. There won't be
> any .svn directories there to clean up.

.git folder (singular).

Subversion puts .svn in nested subdirectories, git doesn't. There's
only one .git and it's in the root of the repo working dir. (unless
you're using a bare repo)

So, you can remove with just `rm -rf path/to/git/repo/.git`.

-Jeremy

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to