|
|
|
|
|
by Mithaldu
4017 days ago
|
|
Ugh dammit. Short version: Instead of taking the branch <feature> and rebasing it, make a branch called <feature>.1 on top of <feature>, then rebase that, leaving <feature> in place. That way all your references remain intact and you can compare CI results. Increment the number as needed. |
|