Start demo improved

This commit is contained in:
mr
2025-11-06 16:43:52 +01:00
parent 140bd63559
commit 9e1686a78d
6 changed files with 85 additions and 34 deletions

View File

@@ -32,7 +32,7 @@ clone_repo() {
echo "Check in $branche & pull"
ls
echo "Repository '$repo_name' already exists. Pulling latest changes..."
cd "$repo_name" && git checkout $branche && git pull
cd "$repo_name" && git stash && git checkout $branche
cd ..
}