On Mon, Apr 5, 2010 at 2:13 PM, Howard Miller <howard@xxxxxxxxxxxxxxxxxxx> wrote: > I just found a file in my project that has "junk" at the beginning > (looks like some binary stuff at the start of a php file). Git status > and diff show nothing unusual (nothing to commit). Git log shows > nothing I wouldn't expect and show 'shows' show noting. Git blame on > the other shows the offending line as 'not commited yet'. I tried > doing 'git checkout <filename>' but it didn't fix it. > > What am I missing? Has git broken somewhere? You might have 'git add'ed the changed line. Try this: git checkout HEAD -- <filename> Have fun, Avery -- 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