-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
discussionrequires active participation to reach a conclusionrequires active participation to reach a conclusionenhancementEnhances DVCEnhances DVCfeature requestRequesting a new featureRequesting a new featurerefactoringFactoring and re-factoringFactoring and re-factoringresearchuiuser interface / interactionuser interface / interaction
Description
Probably a duplicate but:
- make a list of
dvc&gitcommands which are often run together, e.g.
git checkout <ID> && dvc checkoutdvc add <file> && git add .gitignore <file>.dvc
- discuss ways to make running such command pairs easier
- (easy) alias certain commands (not really command pairs)
git config --global alias.run '!dvc run' && complete -F git-run _dvc_run
- (hard)
dvcwill also rungitcommands?dvc --git/gdvc/dvcg/gvcwill also rungitcommands?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.
shcheklein and efiop
Metadata
Metadata
Assignees
Labels
discussionrequires active participation to reach a conclusionrequires active participation to reach a conclusionenhancementEnhances DVCEnhances DVCfeature requestRequesting a new featureRequesting a new featurerefactoringFactoring and re-factoringFactoring and re-factoringresearchuiuser interface / interactionuser interface / interaction