How to avoid unwanted files from being checked out from the staging branch
By mistake, unwanted files were merged into the staging branch of the repo. I don't want to check out these unwanted files from the staging branch to the staging environment.
Comments
-
This is not possible because the immediate revision ID in the repository contains the unwanted files. At the time of check-in/merging, make sure you're avoiding the unwanted files.
