I have uploaded an app to Heroku. This project exists in folder called "A".
I created a new app to replace it and store it in a folder called "B". I want to upload this to Heroku, but replace "A".
I want to overwrite my first app with a project that exists on a different folder than the one I had uploaded in the beginning.
Is this possible?
I have actually tried this but I cannot do a heroku create app-name
since this project already exists.
I don't know much about Git, so i am not sure if it will allow me to upload to one app from two different file locations.