Skip to content

Commit

Permalink
feat: add default value for checkout_advanced.
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Mar 24, 2020
1 parent cd66f59 commit 5bc4f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/checkout_advanced.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ description: |
parameters:
clone_options:
type: string
default: ""
default: "--depth 1"
description: >
git clone options you want to add such as '--depth 1 --verbose' and '--depth 1 --shallow-since "5 days ago"'
fetch_options:
type: string
default: ""
default: "--depth 10"
description: >
git fetch options you want to add such as '--depth 1 --verbose' and '--depth 1 --shallow-since "5 days ago"'
you donot beed set '--force' option as it already set by default.
Expand Down

0 comments on commit 5bc4f33

Please sign in to comment.