I have a commit A, which consists of 1000 modifications/creations/deletions.
Basically 90% of creations/deletions are moves.
I can indeed see it when I run git status --find-renames
.
The problem is my PR looks like garbage in Azure DevOps git and its history.
I thought about splitting it into two commits (only moves/creations/deletions AND only changes), but don’t know how to do it automatically.
How to solve it?