-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"fds forget" feature proposal #65
Comments
Hi @guysmoilov |
@indweller Thanks for the research! |
Ok so for the git part it can do |
@indweller I think you also need to run some form of |
Interesting potentially relevant project: https://rtyley.github.io/bfg-repo-cleaner/ |
Scenario: You accidentally
git add
'ed ordvc 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:.dvc
file if it exists, and also make git forget about that fileThe text was updated successfully, but these errors were encountered: