I'm using github and trying to commit files through the command line. Only until I go into the github desktop app and sync does anything actually commit. Here's my work flow:
git add filename
git commit -m "my message"
Check repository on github website and see that changes are not there. Open github desktop app. Open "x uncommitted changes" tab and uncheck everything there since those are binaries. Then go into history tab and see my change highlight along with commit message. Click sync. Now changes are reflected on website.
What am I doing wrong that the commit line is never committing anything?