-
Notifications
You must be signed in to change notification settings - Fork 1.2k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
reducing confusion between dvc remote and git remote #3937
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
Comments
It's a good one. The only thing to keep in mind that we use our "remotes" not only as storages - e.g. |
$ dvc add storage://dvc-test/123 |
How would the other commands look like? E.g. push/pull?
? Should we change the terminology for the .dvc/cache too? |
➕1️⃣ !!! I would maybe just use the term "cache storage" sometimes in key places of the docs.
@efiop -s/--storage should work, yes.
What do you mean? As in .dvc/storage? I think that's a separate question, could be considered but term "cache" isn't a source of confusion AFAI. Again, I think we can associate the concepts effectively in key docs. |
@skshetry Btw, this doesn't look very good. See #3920 , it feels like this use case is a "workspace" case. And this might be where |
@jorgeorpinel We have actually heard questions about it too 🙂 It is really closer to |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I have seen too many people getting confused over
dvc
vsgit
remote.Looks like this should be handled by
dvc
after all.We could either:
remote
tostorage
orcache
, similarly change commands:We can keep using
remote
as an alias.... More ideas?
cc @jorgeorpinel
The text was updated successfully, but these errors were encountered: