From 6e815831fadaa9ba7b97a1603cbd6fea4baa6495 Mon Sep 17 00:00:00 2001 From: randomuser Date: Wed, 14 Sep 2022 21:04:13 -0500 Subject: [PATCH] this is the final time, i promise --- git/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/git/config b/git/config index ab90be8..c661a5e 100644 --- a/git/config +++ b/git/config @@ -2,6 +2,9 @@ email = randomuser@tilde.club name = randomuser -[credential] +[credential "https://tildegit.org"] username = randomuser helper = gitpass + +[advice] + addIgnoredFile = false