Search code examples
githubgit-gui

Git-Gui: Committed code but my github account shows nothing


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 ?


Solution

  • 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).