https://github.com/rishav394/removingpasswordsfromgit
https://github.com/rishav394/removingpasswordsfromgit
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rishav394/removingpasswordsfromgit
- Owner: rishav394
- Created: 2018-09-06T21:40:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-06T21:42:14.000Z (almost 8 years ago)
- Last Synced: 2025-03-09T12:17:34.150Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.