-
Go to the base directory of your project.
-
You will find a hidden directory called
.git. Enter into it. -
There you will see a file called
config. Add the following code.[user] name = username email = username@domain.example
Go to the base directory of your project.
You will find a hidden directory called .git. Enter into it.
There you will see a file called config. Add the following code.
[user]
name = username
email = username@domain.example