gitbutler
gitbutler copied to clipboard
Doesn't pick up on deleted / moved file
trafficstars
When moving a file GitButler only seems to pickup the new file, not the deletion of its old location (or it simply doesn't show it in the gui?).
So when dragging that file over to a virtual branch it creates a couple of problems:
-
The file is still deleted in my main branch
-
The "Gennerate message" button creates a commit message thinking I added a file instead of simply moving it
-
The new branch now adds the file so instead of moving it its just twice up in my repo
I have the same issue with my repo.
It sounds like #3511 more accurately describes the current problem in the codebase, so I'll close this issue in favour of that one