You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It removes the file from the most recent commit but everything in history is still hanging around. Am I doing something wrong or not filtering correctly? I assumed it parses the whole commit history and removes those files.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm doing something pretty simple: Just trying to remove data files that have been accidentally included in previous commits. When I run:
$ git filter-repo --invert-paths --path '*.xlsx' --use-base-name
It removes the file from the most recent commit but everything in history is still hanging around. Am I doing something wrong or not filtering correctly? I assumed it parses the whole commit history and removes those files.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions