I have a project on Heroku and when I type:
$ git remote -v
I get the following answer:
origin https://git.heroku.com/cliente-mws-usp.git (fetch)
origin https://git.heroku.com/cliente-mws-usp.git (push)
Is there any way to access my git repository from heroku and see my code that is there?