From cdd8f7e2525f2021723140ff4850318c5bca1db2 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Sun, 7 Jan 2024 16:50:43 +0700 Subject: [PATCH] Update YOU_SHOULD_NOT_USE_THIS_BRANCH.sh --- YOU_SHOULD_NOT_USE_THIS_BRANCH.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh b/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh index c7863b527..787daf853 100755 --- a/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh +++ b/YOU_SHOULD_NOT_USE_THIS_BRANCH.sh @@ -1,2 +1,5 @@ #!/usr/bin/env bash echo 'Use another branch, as said in the readme' +echo 'For example, running this would switch to illogical-impulse branch:' +echo '' +echo 'git checkout illogical-impulse'