merge conflict resolution - Removing directory from the entire history in git -


i'm working legacy project included in repository directory should have been ignored. contents of directory causing huge number of irrelevant conflicts while rebasing.

is there way remove directory history (as if had been gitignored beginning)?

you want git filter-branch, rewrite every commit in branch.

beware break pulls (just rebase).


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -