How to bring in layout changes from staging to local

I used forest push command to publish my local changes to staging environment. But after that all my local changes were lost, although the layout changes were copied onto the staging environment. I need to get back the changes for my local branch as well. Is there a better way to keep branches in sync.

“express”: “~4.17.1”,
“database_type”: “MongoDB”,
“liana”: “forest-express-mongoose”,
“liana_version”: “7.0.1”,
project name: NachamuAdmin

Hi @aayush-sinha :wave: unfortunately it is not possible today :frowning:.
When you create a branch the origin is automatically the production one.
This is something we need to work on, i push your request to our product board.

The only way, not the best, is to deploy your change on production then the next branch you create on your development environment should be sync.

Let me know.

Yes deployed to production it is in sync now, Thanks @Arnaud_Moncel