osx - Git not removing files when switching branch -


sometimes when switching branches using git (version 1.7.2.1) not seem remove files/directories created specific branch switched away from. neither list untracked when running git status or log entries files.

this happens , i'm not sure why or how reset files not belonging current branch gets deleted. if delete files manually, gets in sync again (as in gets deleted/revived when switching branch).

anyone experienced this?

i have seen too. git reset --hard followed git clean -f -d , trick.

it seems happen when ide has lock on 1 of files in branch i'm switching from.


Comments

Popular posts from this blog

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -