this is one of my first postings on stackoverflow. I hope I explain my problem clearly for you.
I have a local git repo and I work with a git repo on drupal.org (I have the maintainer-permissions). I've followed up the git instructions on my project-page (cloning, switching to branch..). But when I add new files to a subfolder of this project and then want to push (on defining the correct origin - like in the git-instructions on drupal.org),
git push -u origin 6.x-1.x
so I get the message
Branch 6.x-1.x set up to track remote branch 6.x-1.x from origin. Everything up-to-date
Why I cannot push my new files? What I'm doing wrong?