Hey Forest,
I have leftover layout changes in staging & dev that should be deleted. I cannot find a way to delete them currently and it’s blocking me from pushing to prod. How can I get rid of these pending changes?
Thank you
Hey Forest,
I have leftover layout changes in staging & dev that should be deleted. I cannot find a way to delete them currently and it’s blocking me from pushing to prod. How can I get rid of these pending changes?
Thank you
Hey @Arda_Yurdakul
You can use forest environment:reset
(see documentation here) to reset your Staging environment.
For your development environment, you should be able to either drop your current branch, or simply create an new one using forest branch
Let me know if that helps
Yes, that indeed helped. Thank you!