Jorge P
Jorge P
Hi, I just discovered this issue mentioned on Discord. Here's an idea: Not ideal but we could provide a short guide in the docs for now on how to use...
OK here's a quick example on how to do it based on https://github.com/iterative/example-get-started (assumes the project has been cloned and user moved into the local repo). Also, we'll focus on...
- [ ] Remember to update the `dvc diff` cmd ref (possibly removing the note that links to this issue) and tam completion scripts (if needed) when/if this is addressed.
> The output is not really helpful because it doesn't provide any information what exactly has changed in the directory. @nik123 If the directory was `dvc add`ed as a whole,...
Hi @ammarasmro > It would've been so beneficial if it shows something like git diff with a line by line diff Right, this is discussed above. There are probably thousands...
@ammarasmro and @stefanocoretta for now you can refer to the https://github.com/iterative/dvc/issues/770#issuecomment-512693256 above for a procedure to do that. It's not clear that we want such a feature for really large...
Should it fall within DVC's feature set? Maybe we can find better diff tools to recommend instead.
> The idea is for imports with --backup to be severed from their import source completely unless the user calls dvc update explicitly. Does `update` reset backup to false? What...
Can we get a summary of the restrictions of `--glob` for all commands that have it? `add`, `pull`, `push`, `repro`. ~~Feel free to transfer this to `dvc.org` repo.~~ Thanks
> Specifically for pull this seems more like a bug than something to document. What good is it to "pull" something that's already present? _From https://github.com/iterative/dvc.org/pull/3933#pullrequestreview-1103001201_