I have this structure in my git repo
Proj1/Dir1
proj1/Dir2
proj1/ Dir3
I want to delete dir1 and dir2 from the repo also from all history.
How can I achieve that?
I have this structure in my git repo
Proj1/Dir1
proj1/Dir2
proj1/ Dir3
I want to delete dir1 and dir2 from the repo also from all history.
How can I achieve that?