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?
Comments
Post a Comment