#Avoid entering password everytime #Global
git config --global credential.helper store
or
git config credential.helper store #Non-Global


#Delete a key=value pair from git repository
git config --global --unset user.email