why do i need to put email and username on terminal when commit to github enterprise code example
Example: how to give git your email address
git config --global user.email [email protected]
git config --global user.email [email protected]