> From: Chris Carter <jesdisci...@gmail.com>
> 
> `git status` showed lines resembling this:
> modified:       <subfolder> (untracked content)
> 
> I found that these commands refused to properly restore me to a "pristine" 
> state, matching my remote:

I'm no expert, but I'd say it's a design decision:  If Git isn't
supposed to track xyzzy, then it also shouldn't delete it.

The usual way of getting untracked stuff into your working directory
is by compiling things, and the usual way of getting rid of it is
"make clean" or "make distclean".

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to