On Wed Aug 30 13:39:42 2023 +0000, Giovanni Mascellani wrote:
Briefly, instead of doing
git rebase master git commit --amend git push -f
rather do
git rebase master git push -f git commit --amend git push -f
This way the "Compare with previous result" from GitLab (or, actually, even `git diff` itself) gives much more useful results, because I can see your changes to your MR alone instead of having it lumped with everything else picked from `master`.
You're saying "as usual", but that's the first time anyone complained, unless I missed it. Personally I always look at current version only.