On github, I forked an old version of another project. I made some changes and am trying to push them onto my fork on github. I commited the changes locally, then tried git
After you change files, you need to
git add
them prior to
git commit
.