From 4dc42364b3a0d453fff13bf0d11b457a91a6e1cc Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Mon, 16 Jun 2025 12:48:54 -0400 Subject: [PATCH] Updating `--rebase` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee1fb68..9a15a67 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 --ff-only +git pull --depth=1 --rebase ``` \ No newline at end of file