From 01aecfbe89b4934db5b732f0a3466b0ca7cfb114 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Mon, 16 Jun 2025 12:49:25 -0400 Subject: [PATCH] Updating `--force` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a15a67..c4be686 100644 --- a/README.md +++ b/README.md @@ -30,5 +30,5 @@ Detatch from the current tmux session with ``, the script should now ## Updating You can update the script without cloning the project: ``` -git pull --depth=1 --rebase +git pull --depth=1 --rebase --force ``` \ No newline at end of file