Git push heroku master does nothing
heroku, node.js
Solution
If anyone else has this problem, my issue was that I was not pushing from my local master branch to heroku/master. You have to either push from your local master branch to heroku/master or run the command
git push heroku yourbranch:master
This is from the heroku documentation here
Problem
I am on windows 7. I followed the documentation on heroku there: https://devcenter.heroku.com/articles/nodejs when I execute git push heroku master it does absolutely nothing and I get no error. I tried to re-generate my ssh key, to delete everything and do it again. Always the same. Sorry for providing so few info but as I have no error message, it is really difficult for me to figure out...