TheBeArsenal
Home
Blog
About
Log In
Git | Technical Handbook
Set git username and email in terminal
Solution
1. git config --global user.name "Name"
2.git config --global user.email "email@domain.com"
The Elite List
Git
Linux
Python
SQL
Java
Golang