I'm pretty new to using Git, so maybe I'm doing something basic wrong. What I'm trying to do is push the commits of a branch to the remote repo on Github. I tried the following line
git push origin Interface
It returns 'Everything up-to-date', but when I check the branch on Github, my changes aren't there. What am I doing wrong?