Change git config

**Check by executing this** git config --list **Change user email** git config --global user.email "email@example.com" **Change user name** git config --global user.name "user" **Change user credential name** git config --global…