Ondrej Sika

GIT

Initial config

home

git config --global user.email ondrej@ondrejsika.com
git config --global user.name 'Ondrej Sika'

etc

git config --system user.email ondrej@ondrejsika.com
git config --system user.name 'Ondrej Sika'

--