From 974f6ef4618dd828a4f743ed561430981b5b4bcf Mon Sep 17 00:00:00 2001 From: Kevkus Date: Sun, 1 Mar 2026 06:20:40 +0100 Subject: [PATCH] Automatischer Push von 2026-03-01 06:20 --- push-updates.ps1 | 3 --- 1 file changed, 3 deletions(-) diff --git a/push-updates.ps1 b/push-updates.ps1 index 8403880..f17a41b 100644 --- a/push-updates.ps1 +++ b/push-updates.ps1 @@ -10,9 +10,6 @@ $stamp = Get-Date -Format "yyyy-MM-dd HH:mm" Set-Location $RepoPath -# Optional: erst pull, um Konflikte zu vermeiden (kannst du auch auskommentieren) -# git pull --rebase - # Add alles git add -A | Out-Null