Mengubah git config Pada Sistem Lokal

git config --local  --get-all user.name #local repo git config file)
git config --global --get-all user.name #user config file)
git config --system --get-all user.name #system git config file)
Yucky Yak