Setting your commit email address on Github
Setting your commit email address in Git
git config --global user.email "firstame.lastname@enine.school"
git config --global user.name "firstname lastname"
Confirm that you have set it correctly
git config --global user.email
Run the above commands in a git repo without the global to set a name and email address for the particular repo only.
Classic
Fine-grained Token
Using