GitX with github, don't manifest

I created several custom changes, put the file in and committed it. The end is successful, but the changes are not showing up on github, is there anything else I am missing?

+4
source share
1 answer

Did you push the change? In Git (unlike SVN), only to add changes to the local repo; you still have to push the changes to the remote repositories.

+6
source

All Articles