|
How to set Git Username and Email in Terminal
Author: Venkata Sudhakar
The below example shows how to set and get Git Username and Email in the terminal.
To set repository specific username/email configuration:
To retrieve the username and email set in the above step
To set global username/email configuration:
To retrieve the username and email set in the above step
|
|