From 6df8720f3d6c5fa8f0ca84416289abc96d444867 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Mon, 10 Feb 2025 10:58:00 +1100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b0c751..80c5b62 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ git push -u origin master And then to update from this repo ```sh git fetch upstream -git merge upstream/HEAD --no-ff +git merge upstream/master --no-commit + ``` ### Deployment