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 abc5e00..833babe 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 cea6046..e862549 100755 (executable)
--- a/COPY.sh
+++ b/COPY.sh
@@ -27,4 +27,4 @@ do
   fi
 done
 
-
+git checkout scripting
index 619cc2d..3de6255 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 30282c7..be3385b 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