DagsHub / fds

Fast Data Science, AKA fds, is a CLI for Data Scientists to version control data and code at once, by conveniently wrapping git and dvc
http://fastds.io
MIT License
382 stars 22 forks source link

Add "skip" option to fds add wizard #69

Closed guysmoilov closed 3 years ago

guysmoilov commented 3 years ago

It should not add to dvc, or git, or to ignore files. This might be complicated to implement since it requires breaking down the git add which we do in the final step of fds add. But it is more intuitive to users. Requested by @nirbarazida