Hi,
I want to add some new features to the core components of my app, but it will take a while to develop these features. In the meantime, the app is live and I may need to fix bugs.
Is there a way I can build the new features in a separate branch so that, when I deploy bug fixes to prod, only the bug fixes are deployed but not the new feature under development?
Thanks.