How to view and edit files in Heroku bash for noobs?
1 answer
You shouldn't be using Heroku to view or edit files directly - Heroku will delete the files you are working on in random order, DO NOT SAVE THEY !
If you want to work in a terminal session, you should instead look at renting a ubuntu server from a company like DigitalOcean or Amazon that specialize in this sort of thing - or just install the proper terminal client on your computer.
+2
source to share