I pushed a file which contains some password on my git repository. How can I remove it? Because I removed it in the latest version (git rm) but it's still accessible using previous commits.
There is a solution about that?
Thanks.
I pushed a file which contains some password on my git repository. How can I remove it? Because I removed it in the latest version (git rm) but it's still accessible using previous commits.
There is a solution about that?
Thanks.
GitHub has a good article about that. It's not GitHub specific, and will work with any git repository.