An open API service indexing awesome lists of open source software.

https://github.com/rishav394/removingpasswordsfromgit


https://github.com/rishav394/removingpasswordsfromgit

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# RemovingPasswordsFromGit

Git is a versioned file structure that retains changes in the git history tree, to successfully remove passwords from it you have to either remove the entire repository history or comb through the history and remove every instance of it and every commit that included it in the code.