-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
bugDid we break something?Did we break something?p1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to do
Description
Running dvc remote default with no argument sets default remote to None.
According to documentation this should show the default remote though.
Setting default remote:
>>dvc remote default my_remote
>>git diff
...
+[core]
+remote = my_remote
...
This should query the default, but sets default to None:
>>dvc remote default
>>git diff
...
+[core]
+remote = None
DVC version: 0.66.11
OS: Ubuntu 18.04.2 LTS
Method: From repository
Metadata
Metadata
Assignees
Labels
bugDid we break something?Did we break something?p1-importantImportant, aka current backlog of things to doImportant, aka current backlog of things to do