I am trying to pull from my heroku remote, I get this message:
>git pull heroku
You asked to pull from the remote 'heroku', but did not specify
a branch. Because this is not the default configured remote
My local branch is 'develop'.
How do I pull from Heroku to my local branch 'develop' ?
Thanks.