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
$ git config --global user.name "Scott Chacon" $ git config --global user.email "schacon@gmail.com"