docs: update readme

This commit is contained in:
kvanzuijlen 2025-12-15 14:33:42 +01:00
parent 94de44f232
commit d6bd336131
No known key found for this signature in database
GPG Key ID: EC71E0EA4255A628

View File

@ -116,6 +116,8 @@ The following is an extended example with all available options.
# Optional. Skip internal call to `git checkout` # Optional. Skip internal call to `git checkout`
skip_checkout: true skip_checkout: true
# Optional. Skip internal call to `git push`
# Optional. Prevents the shell from expanding filenames. # Optional. Prevents the shell from expanding filenames.
# Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html # Details: https://www.gnu.org/software/bash/manual/html_node/Filename-Expansion.html
disable_globbing: true disable_globbing: true