On my project on localhost, I created a new branch (let’s call it update1) and I committed there the new updates. Then I pushed it to Heroku.
When I open the project on Heroku, there are still data from the original (master) branch, not the new ones from update1.
How to display the new modifications, which are in the update1 branch?
does the trick.