GIT

Initial config

Save config to home

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

to etc

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