Basically, I have pushed my code to a repository on GitHub. Code has been pushed and upon checking it, I figured out that some files were missing. Then I again tried pushing with the second commit, but I got an error or warning I don't know what was that.
$ git commit -m "second"
On branch master
Untracked files:
src/app/pages/
src/app/services/
I was expecting that my files will be pushed, but I got stuck with this error.