Global
location store is ~/.gitconfig
git config --global key value
Local
location store is .git/config
git config --local key value
location store is ~/.gitconfig
git config --global key value
location store is .git/config
git config --local key value