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