Skip to content

Commit

Permalink
cmd: simplify p about pull/push withouot arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeorpinel committed Aug 16, 2020
1 parent 4717b78 commit 246f446
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions content/docs/command-reference/pull.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ option is used. See `dvc remote` for more information on how to configure a
remote.

Without arguments, it downloads all files and directories missing from the
project, found as <abbr>outputs</abbr> in the stages (in `dvc.lock`) or `.dvc`
files present in the workspace (the `--all-branches` and `--all-tags` enable
using multiple workspace versions).
project, found as <abbr>outputs</abbr> of the stages or `.dvc` files present in
the workspace (the `--all-branches` and `--all-tags` enable using multiple
workspace versions).

The `targets` given to this command (if any) limit what to pull. It accepts
paths to tracked files or directories (including paths inside tracked
Expand Down
6 changes: 3 additions & 3 deletions content/docs/command-reference/push.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ option is used. See `dvc remote` for more information on how to configure a
remote.

Without arguments, it uploads all files and directories missing from remote
storage, found as <abbr>outputs</abbr> in the stages (in `dvc.lock`) or `.dvc`
files present in the workspace (the `--all-branches` and `--all-tags` enable
using multiple workspace versions).
storage, found as <abbr>outputs</abbr> of the stages or `.dvc` files present in
the workspace (the `--all-branches` and `--all-tags` enable using multiple
workspace versions).

The `targets` given to this command (if any) limit what to push. It accepts
paths to tracked files or directories (including paths inside tracked
Expand Down

0 comments on commit 246f446

Please sign in to comment.