Remove file from history completely
- by Iain
A colleague has done a few things I told them not to do:
forked the origin repo online
cloned the fork, added a file that shouldn't have been added to that local repo
pushed this to their fork
I've then:
merged the changes from the fork and found the file
I want to remove this from:
my local repo
the fork
their local repo
I have a…