From d874f3d76a776b8c0614bd0452e51179f2324cee Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Wed, 9 Aug 2023 11:14:53 +0000 Subject: [PATCH] store git creds --- linux/setup git.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/linux/setup git.sh b/linux/setup git.sh index 6bfa6c5..8873067 100644 --- a/linux/setup git.sh +++ b/linux/setup git.sh @@ -1,2 +1,6 @@ git config --global user.email "d-popov@abv.bg" - git config --global user.name "Dobromir Popov" \ No newline at end of file + git config --global user.name "Dobromir Popov" + + +#store credentals +git config --global credential.helper 'cache --timeout=-1'