From e80509a89bdcf59db154a05eb0f561428867040c Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Fri, 29 May 2026 23:54:40 +0000 Subject: [PATCH] =?utf8?q?RESET.sh=20=E2=86=92=20reset.sh:=20source=20bran?= =?utf8?q?ches.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- RESET.sh => reset.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename RESET.sh => reset.sh (96%) diff --git a/RESET.sh b/reset.sh similarity index 96% rename from RESET.sh rename to reset.sh index f0f17a46..ed2ab0f6 100755 --- a/RESET.sh +++ b/reset.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -source BRANCHES.sh +source branches.sh if [ "$1" == "" ] then -- 2.39.5