From 292ae30da667eb2a35987eb45f74429fa1f816da Mon Sep 17 00:00:00 2001 From: Stefan Zweifel <hello@stefanzweifel.io> Date: Tue, 15 Dec 2020 20:45:42 +0100 Subject: [PATCH] Add skip_fetch to README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97fec33..abc44dc 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,10 @@ This is a more extended example with all possible options. push_options: '--force' # Optional: Disable dirty check and always try to create a commit and push - skip_dirty_check: true + skip_dirty_check: true + + # Optional: Skip internal call to `git fetch` + skip_fetch: true ``` ## Example