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
I had the same problem and the solution was pretty simple. I had the wrong email set for the global email config
git config --global user.email "email@yourmail.com"
Just make sure the above email and your GitHub account email are same