Skip to content

Commit

Permalink
ref/ci: --fetch-depth
Browse files Browse the repository at this point in the history
- follow-up to iterative/cml#1246
- follow-up to iterative/cml#1243
  • Loading branch information
casperdcl committed Nov 1, 2022
1 parent 9f93ea6 commit 438d9d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/docs/ref/ci.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ formatting and HTTP remote proxies; and, optionally, unshallowing clone).

Any [generic option](/doc/ref) in addition to:

- `--unshallow`: Fetch as much as possible, converting a shallow repository to a
complete one.
- `--fetch-depth=<number>`: Commits to fetch (use `0` for all branches & tags).
- `--user-email=<address>`: Git user email for commits [default:
`[email protected]`].
- `--user-name=<...>`: Git user name for commits [default: `Olivaw[bot]`].
Expand All @@ -26,5 +25,5 @@ Instead of wrangling with
simply run:

```cli
$ cml ci
$ cml ci --fetch-depth=0
```

0 comments on commit 438d9d9

Please sign in to comment.