From 969b254b809f4faa6450e122c2856b7e6fcf18c4 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Tue, 21 Jan 2025 21:13:07 +0100 Subject: [PATCH] =?utf8?q?Die=20Kommando-Skripte=20kehren=20nach=20`script?= =?utf8?q?ing`=20zur=C3=BCck?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- BUILD.sh | 2 ++ COPY.sh | 2 +- REBASE.sh | 2 ++ RESET.sh | 2 ++ 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/BUILD.sh b/BUILD.sh index abc5e002..833babe7 100755 --- a/BUILD.sh +++ b/BUILD.sh @@ -22,3 +22,5 @@ do echo -e "\nIgnoriere Branch $branch ohne Projekt...\n" fi done + +git checkout scripting diff --git a/COPY.sh b/COPY.sh index cea60468..e8625493 100755 --- a/COPY.sh +++ b/COPY.sh @@ -27,4 +27,4 @@ do fi done - +git checkout scripting diff --git a/REBASE.sh b/REBASE.sh index 619cc2d8..3de6255e 100755 --- a/REBASE.sh +++ b/REBASE.sh @@ -10,3 +10,5 @@ do echo -e "\nRebasing $branch on $root" git rebase $root $branch; done + +git checkout scripting diff --git a/RESET.sh b/RESET.sh index 30282c71..be3385b8 100755 --- a/RESET.sh +++ b/RESET.sh @@ -10,3 +10,5 @@ do git checkout $branch git reset --hard origin/$branch; done + +git checkout scripting -- 2.20.1