+++ 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" ``` ## Fix up partially added submodule ```bash git submodule add --force https://github.com/google/googletest.git googletest ```