so I committed some code today for the first time to github.
however, when I go to my activity, nothing shows? What happened to the code I committed? Is there an error or log I can view ?
Commit is local thing in git (works only on your local clone; that is how distributed VCSes like git or mercurial work), you should push to get it into github (or wherever the origin is).