git
Configuration
Set username and email
git config --global user.name "Adam Olech"
git config --global user.email "nddr89@gmail.com"
Fix up partially added submodule
git submodule add --force https://github.com/google/googletest.git googletest
git config --global user.name "Adam Olech"
git config --global user.email "nddr89@gmail.com"
git submodule add --force https://github.com/google/googletest.git googletest