From 9a4fceced344f13b92dd003014a7ed496791c411 Mon Sep 17 00:00:00 2001 From: Marius Date: Tue, 2 Dec 2025 13:12:16 +0000 Subject: [PATCH] Auto update on 2025-12-02 13:12:16 --- git_sync.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 git_sync.sh diff --git a/git_sync.sh b/git_sync.sh old mode 100644 new mode 100755 index a3d671b..2aed39c --- a/git_sync.sh +++ b/git_sync.sh @@ -5,8 +5,8 @@ # ============================================ # Configurații -REPO_URL="git@github.com:user/nume-repo.git" # Sau HTTPS -LOCAL_DIR="$HOME/proiect" +REPO_URL="https://gitea.dev.bodnarescu.ro/marius/first_gitea.git" # Sau HTTPS +LOCAL_DIR="$HOME/first_gitea" COMMIT_MSG="Auto update on $(date '+%Y-%m-%d %H:%M:%S')" # Verifică dacă folderul există