Skip to content

Commit 5bc4f33

Browse files
committed
feat: add default value for checkout_advanced.
1 parent cd66f59 commit 5bc4f33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/checkout_advanced.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: |
44
parameters:
55
clone_options:
66
type: string
7-
default: ""
7+
default: "--depth 1"
88
description: >
99
git clone options you want to add such as '--depth 1 --verbose' and '--depth 1 --shallow-since "5 days ago"'
1010
fetch_options:
1111
type: string
12-
default: ""
12+
default: "--depth 10"
1313
description: >
1414
git fetch options you want to add such as '--depth 1 --verbose' and '--depth 1 --shallow-since "5 days ago"'
1515
you donot beed set '--force' option as it already set by default.

0 commit comments

Comments
 (0)