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'