store git creds

This commit is contained in:
Dobromir Popov
2023-08-09 11:14:53 +00:00
parent 0f2bae2ca1
commit d874f3d76a

View File

@ -1,2 +1,6 @@
git config --global user.email "d-popov@abv.bg"
git config --global user.name "Dobromir Popov"
git config --global user.name "Dobromir Popov"
#store credentals
git config --global credential.helper 'cache --timeout=-1'