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
Add something like this to a file called ~/.gitconfig (in your home directory):
~/.gitconfig
[user] name = USERNAME email = EMAIL_ADDRESS
where USERNAME and EMAIL_ADDRESS are filled in appropriately
USERNAME
EMAIL_ADDRESS