From fe0936347576fd061823deccc349a3059e609efb Mon Sep 17 00:00:00 2001 From: matijs Date: Fri, 6 Sep 2024 21:05:56 +0200 Subject: [PATCH] docs: update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct the name of the remote “main” branch --- .github/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/README.md b/.github/README.md index 16f2751..0e814f0 100644 --- a/.github/README.md +++ b/.github/README.md @@ -24,11 +24,11 @@ not how it's set up and it's not tested. ``` > [!CAUTION] -> The next command will overwrite local files. Make sure you know what +> The next command **will** overwrite local files. Make sure you know what > you're doing. ```bash -~ $ git reset --hard origin/main +~ $ git reset --hard origin/dotfiles ~ $ unset GIT_DIR ```