summaryrefslogtreecommitdiff
path: root/.zk/config.toml
diff options
context:
space:
mode:
Diffstat (limited to '.zk/config.toml')
-rw-r--r--.zk/config.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zk/config.toml b/.zk/config.toml
index 6f38022..4aaca48 100644
--- a/.zk/config.toml
+++ b/.zk/config.toml
@@ -214,6 +214,7 @@ recreate = 'rm "$ZK_NOTEBOOK_DIR/.zk/notebook.db" && zk index'
# Git commands
commit = "$ZK_NOTEBOOK_DIR/.zk/commit.sh"
push = "git push origin master $@"
+pushf = "git push origin master --force-with-lease $@"
# Creation commands
directory = 'zk new --no-input --template="directory.md"'