Github workflow and pull requests showing unwanted commits
问题 In our business we have the following setup (hugely simplified version), pretty standard: A master branch, which updates the live environment through a hook. A test branch, used for QA, UA, which updates a test environment in the same way. The repo is hosted on GitHub. The workflow is usually as follows: Pull from master Create a branch e.g. Ticket1 to work on the particular ticket Do the work, test locally Commit and push branch Ticket1 Merge Ticket1 into test through a pull request in