From: Kai Moritz Date: Tue, 21 Jan 2025 20:13:07 +0000 (+0100) Subject: Die Kommando-Skripte kehren nach `scripting` zurück X-Git-Url: http://juplo.de/gitweb/?a=commitdiff_plain;h=969b254b809f4faa6450e122c2856b7e6fcf18c4;p=demos%2Fkafka%2Ftraining Die Kommando-Skripte kehren nach `scripting` zurück --- diff --git a/BUILD.sh b/BUILD.sh index abc5e00..833babe 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 cea6046..e862549 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 619cc2d..3de6255 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 30282c7..be3385b 100755 --- a/RESET.sh +++ b/RESET.sh @@ -10,3 +10,5 @@ do git checkout $branch git reset --hard origin/$branch; done + +git checkout scripting