Files
scripts/linux/setup git.sh
Dobromir Popov b242e17299 fix typo
2023-08-09 12:36:20 +00:00

6 lines
162 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 store