I'm new to web development and GitHub. When I commit any changes, these changes are reflected on my GitHub repo under "unknown (author)". How do I change this to reflect my name/email address?
Thanks.
|
|
|
|||||
|
|
Add something like this to a file called
[user]
name = USERNAME
email = EMAIL_ADDRESS
where |
|||
|
|