I have a project, it is deployed on heroku. Now I need to deploy the same project, but with some changes (particularly settings ActionMailer, which are in two different directories).
As a result my second project is a development copy, on which the customer will test the changes. After approval, the changes will be applied on the production server.
I wanted to create two branches, add an exception for certain files and work with it. please tell me how to do this.