Git does not delete folders after merge -


suppose have repository branches , b, stemming same origin. switch branch , delete directories. directories contain files. commit , switch branch b, directories not deleted yet. so, merge b don't see folders being removed in branch b. rather have weird situations half-deleted folders , self-restoring folders. so, how correctly commit , merge deletions main development branch?


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -