git config --global user.name "username"
git config --global user.email "[email protected]"
git config user.name "username"
git config user.email "[email protected]"
cat .git/config
git show
git fsck