"fds forget" feature proposal
See original GitHub issueScenario: You accidentally git add
’ed or dvc add
’ed a path that you didn’t intend to.
It’s a commonly googled question: https://stackoverflow.com/questions/1274057/how-to-make-git-forget-about-a-file-that-was-tracked-but-is-now-in-gitignore
What fds forget
can add:
- Easier naming - no more googling required
- Automatically detect whether the file is tracked by git or DVC
- Remove the file from DVC cache if it is tracked by DVC (after confirmation from the user)
- Remove the relevant
.dvc
file if it exists, and also make git forget about that file - More?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Issues · DagsHub/fds - GitHub
Fast Data Science, AKA fds, is a CLI for Data Scientists to version control data and code at once, by conveniently wrapping git...
Read more >NT-FDS—A Noise Tolerant Fall Detection System Using Deep ...
The proposed feature-based approach uses mean, variance, skewness and kurtosis as statistical features along with Naïve Bayes and RF classifiers on the HASC ......
Read more >Example Device Design Proposal - Voler Systems
Here is an example device design proposal that outlines the key deliverables and documentation items that a full proposal should address in detail....
Read more >The FDS Review - FEDDATA systems
In closing, please don't forget to thank the moms in your life ... has been submitting prime proposals for these opportunities as they...
Read more >SF Workshop 2021 : How to prepare a successful FDS proposal
Workshop on Application for Competitive Research Funding Schemes for the Local Self-financing Degree Sector 2022/23 held on 9 November ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Interesting potentially relevant project: https://rtyley.github.io/bfg-repo-cleaner/
@indweller I think you also need to run some form of
dvc gc
afterdvc remove
. And sure, thank you!