diff options
| -rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -45,3 +45,8 @@ man env # Shell built-ins take precedence over any external program with the same name. ``` + +Just like the Internet, anything sensitive that git tracks is a pain to remove. +To remove it, the git history has to be rewritten. If others had cloned the +repository they'll need to re-clone it. And at that point, the commited secrets +are already compromised. |
