Combine git commits
When working on code, it is common to push many (even dozens or hundreds) whilst testing, particularly if the CI workflow is triggered by a post commit hook on the git server. This is fine before a feature is released, however it is not desirable to have a large number…