git - Checking out a branch included some untracked files -


i have run problem where, when check out branch repository, bunch of files show marked "untracked", means shouldn't have been in repository in first place.

if delete them locally, git client shows files having been removed , i'm supposed check in "change".

on other hand if "remove" 1 through git , try stage it, message file didn't match anything.

the thing can these files of characters have accents (they're named in french) , suspect that's what's screwing things up.

anyone know how fix this?

here screen shot showing problem screenshot


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -