Tips and tricks
How to push your project to heroku
Go to your project
write
heroku login
then
git add .
git commit -m "update"
git push heroku master
Go to your project
write
heroku login
then
git add .
git commit -m "update"
git push heroku master