How to autorebase MRs in GitLab CI
In this article, I'll show you how to autorebase MRs in GitLab CI.
The problem
If you:
try to keep your git history linear
use merge requests (MR) for code reviews & CI
your CI runs in nontrivial time
Whenever you have more than 1 MR for every mer...
how-to.dev4 min read