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 ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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).