That is exactly how it is supposed to work. When you are working in a branch and view your store, you will see essentially a preview of your changes, but the changes don't display on the production (live) branch. There is a badge in the corner of the screen that tells you what branch you're in (and if you click the little arrow you can switch between branches).
Branch Template.jpg
Then, when you are ready to publish your changes, you can either make the working branch the production branch, or merge your changes.
Branch Template.jpg
Then, when you are ready to publish your changes, you can either make the working branch the production branch, or merge your changes.
Comment