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
Had same problem, mine was fixed by setting the email
git config --global user.email jonathan.m2ndoza@gmail.com
Hope this helps.