From 5a1ba18176d4761b85db1e14de0c4f2ae74d29fc Mon Sep 17 00:00:00 2001 From: Malin Freeborn Date: Thu, 28 Nov 2024 02:51:26 +0100 Subject: [PATCH] simplify git secret flaw --- data/git/git_secret.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/git/git_secret.md b/data/git/git_secret.md index ec1931d..d766867 100644 --- a/data/git/git_secret.md +++ b/data/git/git_secret.md @@ -1,9 +1,9 @@ --- -title: "git secret" +title: "git-secret" tags: [ "data", "git" ] --- This utility is largely useless, as it can only identify people by their email. So if someone has multiple GPG keys associated with one email, the tool will not work. -Worse than not working, it may 'suddenly' stop working as you try to transfer a secret to someone, who then discovers that `git-secret` requires them to mess about with their GPG keyring in order to use the repository. +A broken tool is better than a tool which will break soon.