Removing Sensitive Information from Git History
We all have gone through this problem once in our development career. We mistakenly have pushed sensitive info into github and we need to remove it. The sensitive info can be anything like a prod .env file or passwords hard-coded in the code.
Luckily...
maheshchandraregmi.com.np3 min read
Maxi Contieri
Software Engineer
I wish i have read this some years ago