description
first, let"s briefly introduce our current situation. When the project is deployed on heroku, there is a prod branch, a staging branch, and a local next branch. The next branch is mainly used to merge everyone"s code and deploy it to staging and prod. We usually deploy it to staging for testing first, but now there is a problem, that is, when there are many tasks, there will be several branches in the team. How can only a few branches be deployed separately to staging for testing without affecting each other?