git - switching branches keeps new files from other branch -


sometimes if add , commit new files branch , switch branch b new files marked untracked in branch b.

these files not exist in branch b , believe shouldn't appear untracked after switch.

i'm on windows i'm guessing may because process (eclipse) holding on these files git cannot remove them working copy when switching??


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -