+++ title = "git" disable_share = true +++ # Configuration ## Set username and email ```bash git config --global user.name "Adam Olech" git config --global user.email "nddr89@gmail.com" ```