Files
scripts/linux/setup git.sh
Dobromir Popov ab0c6934be git store
2023-08-09 11:41:10 +00:00

7 lines
224 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'
git config --global credential.helper stoer