I\'ve been making continuous commits to my GitHub repos from my linux shell and they show up nicely on the website just as they should. The only problem is that \"Y
GitHub
This did the trick! I just used $ git config user.email "my email address used on my git repo" and it worked.
$ git config user.email "my email address used on my git repo"