Start demo improved
This commit is contained in:
@@ -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 ..
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user