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

java - unable show chart in xls document using jasper reports -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -

javascript - How to change image src on success AJAX -