]> juplo.de Git - demos/kafka/training/commitdiff
Die Kommando-Skripte kehren nach `scripting` zurück
authorKai Moritz <kai@juplo.de>
Tue, 21 Jan 2025 20:13:07 +0000 (21:13 +0100)
committerKai Moritz <kai@juplo.de>
Wed, 22 Jan 2025 18:05:49 +0000 (19:05 +0100)
BUILD.sh
COPY.sh
REBASE.sh
RESET.sh

index abc5e00288a640e0ca8367a8de2a50ce96742266..833babe7ea0d7010f285357a498107a1703895ce 100755 (executable)
--- 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 cea604687bdd8447850ea68fc8941ded5abb0fd5..e8625493a431955371bbb1b8c4cbf45691cb45ea 100755 (executable)
--- a/COPY.sh
+++ b/COPY.sh
@@ -27,4 +27,4 @@ do
   fi
 done
 
-
+git checkout scripting
index 619cc2d88783181380cfead74cd016da26d02c2d..3de6255e2a99a50079a2dc164be1df0e5292067e 100755 (executable)
--- 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
index 30282c71e0159511ab517e31598a35e3a506aca1..be3385b85298dc7ccf58f50ee01eec015e1d381a 100755 (executable)
--- a/RESET.sh
+++ b/RESET.sh
@@ -10,3 +10,5 @@ do
   git checkout $branch 
   git reset --hard origin/$branch;
 done
+
+git checkout scripting