I cloned a project from github over to my desktop. I used to work on it form my laptop.
However, on laptop heroku does not seem to work for this app eventhough i have i
In addition to the git remote add ... that @Justice mentioned, I also needed to run
git remote add ...
git config heroku.remote heroku
(solution found here)