Noob here.
I did a git pull from Glitch console of my app to update my files to the latest version.
But I do not see it updated on Glitch web app itself, even though the console files are updated.
How can I publish it to see it on Glitch web app?
Noob here.
I did a git pull from Glitch console of my app to update my files to the latest version.
But I do not see it updated on Glitch web app itself, even though the console files are updated.
How can I publish it to see it on Glitch web app?
As it says in the console, the refresh
command will update the files in the editor.
Oh thanks!!! I was really stupid! For some reasons, that didn’t register.