Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 05baa36

Browse files
authored
ref/ci: --fetch-depth (#364)
1 parent 9f93ea6 commit 05baa36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/docs/ref/ci.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ formatting and HTTP remote proxies; and, optionally, unshallowing clone).
1212

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

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

2827
```cli
29-
$ cml ci
28+
$ cml ci --fetch-depth=0
3029
```

0 commit comments

Comments
 (0)