I just ran:
$ heroku fork -a oldapp newclonedapp
and it worked fine and runs etc. Now I want to pull the code down to work on it [I realize heroku is not for version control and I usually use github for this but in this case I need to get the code from the clone] and when I try:
$ heroku git:clone -a newclonedapp
I get:
warning you have appeared to have cloned an empty directory
and the new newclonedapp directory is empty indeed.
what am I doing wrong?