I'm just starting out with GitHub. I've Googled a bunch of different terms but nothing answered my question. Yesterday I got my project up on my repository. So I've updated my project and want to update the repository. My question is do I just do the same thing I did when I initially uploaded it? I mean there's no different files or anything. All the updates are within files already on the repo. Another question is, how do I look at the old code after I've updated? Or how do I find which update I want to go back to if I accidentally screw it up? This may be unclear. If so just ask and I will try to clarify. Thanks!
So basically Add->Commit->Push. All Git tutorials out there should show how to do this. I would also recommend if you are new to Git try and get the hang of it first by using GUI client which simplifies things a bit and gives you graphical cues as to what is changes and what the commands do. If you are on Mac or Windows I would recommend SourceTree http://www.sourcetreeapp.com/ which is a great Git client.