kevin-hanselman / dud

A lightweight CLI tool for versioning data alongside source code and building data pipelines.
https://kevin-hanselman.github.io/dud/
BSD 3-Clause "New" or "Revised" License
183 stars 8 forks source link

Deleting files #205

Closed thorstenwagner closed 4 months ago

thorstenwagner commented 4 months ago

Hi,

I have a folder A which consists of several subfolders. I also have A.yaml stage file and its committed and pushed.

Now I want to delete a subfolder in A and commit the changes (delete).

In git logic, I would commit those changes. But dud just tells me everything is up to date. I just pushed it, but when I fetch it somewhere else, the deleted data is still there.

How can I delete files?

Best, Thorsten

thorstenwagner commented 4 months ago

Ok, sorry. Either the did commit or the did push comment made a change in the A.yaml file which I did not commit via git. After I did that the folder is gone. Great :-) However, did definitly reported everything up-to-date which is still confusing. Close it anyway.