This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
dvc-git command pairs #2874
Labels
discussion
requires active participation to reach a conclusion
enhancement
Enhances DVC
feature request
Requesting a new feature
refactoring
Factoring and re-factoring
research
ui
user interface / interaction
Uh oh!
There was an error while loading. Please reload this page.
Probably a duplicate but:
dvc
&git
commands which are often run together, e.g.git checkout <ID> && dvc checkout
dvc add <file> && git add .gitignore <file>.dvc
git config --global alias.run '!dvc run' && complete -F git-run _dvc_run
dvc
will also rungit
commands?dvc --git
/gdvc
/dvcg
/gvc
will also rungit
commands?git config --global alias.dvc '!dvc --git'
complete -F _dvc git-dvc
The idea is that e.g.
dvc --git checkout <ID>
or (imho better)git dvc checkout <ID>
would do both checkouts.The text was updated successfully, but these errors were encountered: