Config github username and email
DevOps
About
Configuring GitHub username and email describes passing user identification strings into global version control configuration arrays using the specific terminal commands `git config --global user.name "Name"` and `git config --global user.email "email@example.com"`.