Going through Daniel Kehoe's Learn Ruby on Rails book and I've installed and configured github on my macbook. My problem is that I'm not sure why my changes are only being committed and pushed to my local repository. They just won't show up on my github remote repos. Downloaded Github desktop for my mac and it works perfectly, pushes my changes that I make in my editor straight to my remote repository. Can't figure out where I went wrong with my configuration.
I make a small change to the ReadMe doc in my editor (Atom) and check the app git status in terminal. It reflects that the readme doc was changed. I then use the git add -A command and try to commit. It seems to work, after which I use the push command. It tells me everything is up to date, but when I check my remote repos, I see no changes...