I am following the tutorial to build a bot. Steps 7 says:
git init
git add .
git commit --message 'hello world'
heroku create
git push heroku master
However when I execute git commit --message 'hello world', I get the following error message error:
pathspec 'world'' did not match any file(s) known to git.
How can I solve this error?