How To Remove Committed Files From Git Version Control
Do it without getting rid of files which shouldn’t be pushed to the repository
Nov 1 · 2 min read
Most of us have probably committed something to a repository, maybe even a public one, that we don’t want: credentials, build files, temporary files. Potential issues:
- Published sensitive data (e.g., environment…


