dvc-git command pairs #5932
casperdcl
started this conversation in
New Features & Ideas
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Also related: #5896 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Probably a duplicate but:
dvc&gitcommands which are often run together, e.g.git checkout <ID> && dvc checkoutdvc add <file> && git add .gitignore <file>.dvcgit config --global alias.run '!dvc run' && complete -F git-run _dvc_rundvcwill also rungitcommands?dvc --git/gdvc/dvcg/gvcwill also rungitcommands?git config --global alias.dvc '!dvc --git'complete -F _dvc git-dvcThe idea is that e.g.
dvc --git checkout <ID>or (imho better)git dvc checkout <ID>would do both checkouts.Related:
fdshttps://dagshub.com/blog/fds-fast-data-science-with-git-and-dvc/Beta Was this translation helpful? Give feedback.
All reactions