We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd66f59 commit 5bc4f33Copy full SHA for 5bc4f33
src/commands/checkout_advanced.yml
@@ -4,12 +4,12 @@ description: |
4
parameters:
5
clone_options:
6
type: string
7
- default: ""
+ default: "--depth 1"
8
description: >
9
git clone options you want to add such as '--depth 1 --verbose' and '--depth 1 --shallow-since "5 days ago"'
10
fetch_options:
11
12
+ default: "--depth 10"
13
14
git fetch options you want to add such as '--depth 1 --verbose' and '--depth 1 --shallow-since "5 days ago"'
15
you donot beed set '--force' option as it already set by default.
0 commit comments