mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 19:26:00 +02:00
Apply suggestions from code review by @einverne
Co-authored-by: Ein Verne <git@einverne.info>
This commit is contained in:
parent
f45f4dafcb
commit
a398529a92
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# dvc add
|
# dvc add
|
||||||
|
|
||||||
> Adds changed files to the index.
|
> Add changed files to the index.
|
||||||
> More information: <https://dvc.org/doc/command-reference/add>.
|
> More information: <https://dvc.org/doc/command-reference/add>.
|
||||||
|
|
||||||
- Add a single target file to the index:
|
- Add a single target file to the index:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# dvc init
|
# dvc init
|
||||||
|
|
||||||
> Initializes a new local DVC repository.
|
> Initialize a new local DVC repository.
|
||||||
> More information: <https://dvc.org/doc/command-reference/init>.
|
> More information: <https://dvc.org/doc/command-reference/init>.
|
||||||
|
|
||||||
- Initialize a new local repository:
|
- Initialize a new local repository:
|
||||||
|
|
Loading…
Add table
Reference in a new issue