Files
scripts/linux/setup git.sh
Dobromir Popov d874f3d76a store git creds
2023-08-09 11:14:53 +00:00

7 lines
178 B
Bash

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