Spaces:
Sleeping
Sleeping
Dean
commited on
Commit
·
c6368bf
1
Parent(s):
13584d1
Add hosted storage remote and make it default
Browse files- .dvc/config +3 -0
.dvc/config
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
[core]
|
| 2 |
analytics = false
|
|
|
|
| 3 |
['remote "dvc-remote"']
|
| 4 |
url = gs://dagshub-savta-depth
|
|
|
|
|
|
|
|
|
| 1 |
[core]
|
| 2 |
analytics = false
|
| 3 |
+
remote = origin
|
| 4 |
['remote "dvc-remote"']
|
| 5 |
url = gs://dagshub-savta-depth
|
| 6 |
+
['remote "origin"']
|
| 7 |
+
url = https://dagshub.com/OperationSavta/SavtaDepth.dvc
|