After renaming a Sketch file in my repo, along with the Kactus folder, and committing the changes, the old Sketch file does not get removed for others working in the repo.
Version
Kactus: 0.3.16
Operating system: 10.12.6
Steps to Reproduce
I have a file named my-design.sketch, and a corresponding folder called my-design
I rename both of them to final-design.sketch and final-design
I commit and push my changes
Someone else pulls the latest commits and then now have final-design.sketch, a folder named final-design, and a file named my-design.sketch
They are able to delete my-design.sketch without needing to commit any changes, indicating that it's now untracked
Expected Behavior
When someone else pulls my changes, the file named my-design.sketch should be removed from their local repo.
Actual Behavior
The renamed file remains with it's original name, while the new version is added.
Description
After renaming a Sketch file in my repo, along with the Kactus folder, and committing the changes, the old Sketch file does not get removed for others working in the repo.
Version
Steps to Reproduce
my-design.sketch
, and a corresponding folder calledmy-design
final-design.sketch
andfinal-design
final-design.sketch
, a folder namedfinal-design
, and a file namedmy-design.sketch
my-design.sketch
without needing to commit any changes, indicating that it's now untrackedExpected Behavior
When someone else pulls my changes, the file named
my-design.sketch
should be removed from their local repo.Actual Behavior
The renamed file remains with it's original name, while the new version is added.