I have a client who's code hasn't been released by the developers even after the payment, he still has his Heroku account linked with the GitHub repository that contains the code. I tried to recover it using
heroku git:clone -a app_name
however this gets me a much older version of commits that belongs to the master
branch and the builds are deployed from /release/1.0
branch. Is there any way I can recover the code without actual access to the Github repo itself?