Its a new git repository and all I've done is added a whole lot of code to it. However, it tells me:

+Subproject commit 62402f4a7e3aa34a5f22532c8c699836b7ae4967-dirty

Based on this question, this seems to imply that this has something to do with sub modules and is to be expected if you have sub modules.

However, I do not have any. Why am I getting this message and how do I get of it?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

Make sure there aren't some unintended .git folders in subdirectories of your repo.

link|improve this answer
Thank you! That was it. I deleted the .git folder and my working directory is now clean. – carleeto Feb 1 at 1:35
@carleeto you do mean .git from a subdirectory and not root right? – manojlds Feb 1 at 1:36
I would, if the site would let me. Apparently, I need to wait 6 minutes :) – carleeto Feb 1 at 1:38
Yeah. The .git folder inside the subdirectory. – carleeto Feb 1 at 1:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.