Heyyy Forum,
Just wondering whether what we are trying to do here is possible with Bitbucket or not.
Currently, every developer will create a new branch for an issue that they are working on - pretty usual. However, to minimize the team required for review, we centralized any commits from DEV branches to a DEV Heroku application.
This has proven to be a little challenging because as soon as someone commited a change to their dev branch, the heroku app is updated along with the HEAD - and the rest of the team is falling behind causing confusion.
An integrated Github repo and Heroku allows a temporary branch to be created for any dev branch that is created.
Just wondering if such an option exists through Bitbucket as well?