From d9bb3addf2146710c813d8908b71b79e63db17cb Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 30 Sep 2025 12:11:57 +0300 Subject: [PATCH] store git creds in file --- linux/setup git.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/setup git.sh b/linux/setup git.sh index c1899fe..ba0e4ef 100644 --- a/linux/setup git.sh +++ b/linux/setup git.sh @@ -2,10 +2,10 @@ git config --global user.name "Dobromir Popov" -#store credentals -git config --global credential.helper store - +#store credentals in file +git config --global credential.helper store --file +git config credential.helper store --file #add upstream (when forked) git remote add upstream https://github.com/petals-infra/health.petals.dev.git