Hey there,

So I recently set up a repository through GitHub. I got it all set up,
made my first commit, etc. So now I edited my files, and I'm trying to
make my second commit. I did these commands (while in the directory of
my git repository):

git add .
git commit -m "Blah blah.."

The git bash shell confirmed that it made a commit (verified with git
log), but it isn't showing up on my dashboard on the GitHub website.
Do I have to perform some sort of action to link up with the
repository before I can commit to the remote repository? I couldn't
really find anything on it while browsing around the Pro Git book or
SO. Any help would be appreciated!

-Nick Van Hoogenstyn

-- 
You received this message because you are subscribed to the Google Groups 
"GitHub" group.
To post to this group, send email to github@googlegroups.com.
To unsubscribe from this group, send email to 
github+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/github?hl=en.

Reply via email to