I’ve created a few sample changes, staged the file, and committed. The commit is successful, but the changes do not show up on github, is there something else I’m missing?
Share
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.
Did you push the changes? In Git (unlike SVN), committing only adds changes to your local repo; you still have to push the changes out to remote repos.