I need to write this code down as I always forget about it.
$ git config --global user.name "Milosz Galazka"
$ git config --global user.email "milosz@sleeplessbeastie.eu"
Inspect configuration file.
$ cat ~/.gitconfig
[user] name = Milosz Galazka email = milosz@sleeplessbeastie.eu