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
Make sure to use the the user flag. For example git push -u origin instead of git push
git push -u origin
git push