I’m starting to introduce dvc for a project, and I have successfully pushed some data to a remote, but when I run dvc data status it says I need to git commit them still, but there doesn’t seem to be anything relevant to commit:
$ dvc data status
DVC committed changes:
(git commit the corresponding dvc files to update the repo)
added: data\figures\
modified: data\csv\
(there are other changes not tracked by dvc, use "git status" to see)
and
$ git status
On branch data-storage
nothing to commit, working tree clean
The dvc data status --granular output is quite long (1668 lines), and contains some info I cannot share, but here is a smaller redacted version:
DVC committed changes:
(git commit the corresponding dvc files to update the repo)
modified: data\csv\
added: data\figures\
added: data\figures\plot1.png
added: data\figures\plot2.png
added: data\csv\Sub Folder\data1.csv
added: data\csv\Sub Folder\data2.csv
(there are other changes not tracked by dvc, use "git status" to see)
The csv files may contain weird (ASCII) characters like spaces, -, +, (, ), ^.