17 lines
526 B
Text
17 lines
526 B
Text
### DVC
|
|
$ git status
|
|
On branch master
|
|
Your branch is ahead of 'github/master' by 1 commit.
|
|
(use "git push" to publish your local commits)
|
|
|
|
Changes not staged for commit:
|
|
(use "git add <file>..." to update what will be committed)
|
|
(use "git restore <file>..." to discard changes in working directory)
|
|
modified: data/raw/.gitignore
|
|
|
|
Untracked files:
|
|
(use "git add <file>..." to include in what will be committed)
|
|
data/raw/train.dvc
|
|
data/raw/val.dvc
|
|
|
|
no changes added to commit (use "git add" and/or "git commit -a")
|