Does this matter for local-only git repo? If I eventually push it to Github I want to make sure my file is not included in the history (my config file was not in my gitignore initially).
Great video. Will this works for merge request too? The issue we’re running into is that GitLab merge requests are read-only and therefore can’t be updated, so the push to the merge request refs is rejected, meaning secrets persist in the merge requests.
The Shakira reference caught me off guards.
Well-explained video with clear instructions. I have difficulties using the newest git-filter-repo, and this helps me save much time. Thanks!
im on the same boat, ima just use this 😅
It is ridiculous of how much effort it takes to do this.
Yeah one would think there should be a way to just mask a string in history
This worked for me! Was able to delete my secret keys from my git history. Thanks!
What if I want to keep the file but just replace the secret with an encrypted value?
Great video, very easy to follow and works :D
this ruins your PRs because the root of the updated branch differs from the main's root
Does this matter for local-only git repo? If I eventually push it to Github I want to make sure my file is not included in the history (my config file was not in my gitignore initially).
why does it keep telling me bad revision "rm", I double checked the spaces and everything.
Thank you. Now I can fix my stupidity.
Thank you so much
this video helped me a lot sir
Thank you very much!! It works perfectly!
Great video. Will this works for merge request too? The issue we’re running into is that GitLab merge requests are read-only and therefore can’t be updated, so the push to the merge request refs is rejected, meaning secrets persist in the merge requests.
Man, thank you so much for this video:)
Thank you for this! worked perfectly
how can i remove an image that i uploaded to github?
Very well explained. Thank you.
You are awesome!!!!!! THANK YOU
My commits don't lie is so bad hahaha.
why does it keep telling me bad revision "rm", I double checked the spaces and everything