Removing sensitive information from git history

preview_player
Показать описание
This video demonstrates how to remove a file with sensitive information from git history in less than 7 minutes.
Рекомендации по теме
Комментарии
Автор

The Shakira reference caught me off guards.

po
Автор

Well-explained video with clear instructions. I have difficulties using the newest git-filter-repo, and this helps me save much time. Thanks!

hokwanhung
Автор

It is ridiculous of how much effort it takes to do this.

troymitchel
Автор

this ruins your PRs because the root of the updated branch differs from the main's root

fernandohernandezmena
Автор

What if I want to keep the file but just replace the secret with an encrypted value?

musicotensai
Автор

This worked for me! Was able to delete my secret keys from my git history. Thanks!

spongedudeZ
Автор

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.

maxinitin
Автор

Great video, very easy to follow and works :D

aMadGecko
Автор

Thank you. Now I can fix my stupidity.

morplul
Автор

Thank you very much!! It works perfectly!

igorluizlampa
Автор

Thank you so much
this video helped me a lot sir

atrikashow
Автор

why does it keep telling me bad revision "rm", I double checked the spaces and everything.

ekkogaming
Автор

Man, thank you so much for this video:)

demeja
Автор

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).

jean-sebastiendesmarais
Автор

how can i remove an image that i uploaded to github?

brahmcdude
Автор

My commits don't lie is so bad hahaha.

coltonpiper
Автор

why does it keep telling me bad revision "rm", I double checked the spaces and everything

ekkogaming