1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 16:26:02 +02:00

Apply suggestions from code review by @einverne

Co-authored-by: Ein Verne <git@einverne.info>
This commit is contained in:
Puneetha Pai 2020-08-19 19:35:52 +05:30 committed by Starbeamrainbowlabs
parent f45f4dafcb
commit a398529a92
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: