From 14f7eacde4e175da23478f94c3225d3c8bcc4fc2 Mon Sep 17 00:00:00 2001 From: "guillaume.emorine" Date: Thu, 4 Apr 2024 14:24:24 +0200 Subject: [PATCH] =?UTF-8?q?=09Modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20automate.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- automate.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/automate.sh b/automate.sh index 77c21be..ec6a369 100644 --- a/automate.sh +++ b/automate.sh @@ -1,11 +1,5 @@ #!/bin/bash - -GIT_USER=guillaume.emorine -GIT_PASSWORD="FN2;$m=ZNG;TM)m" - -git config user.name "$GIT_USER" -git config user.password "$GIT_PASSWORD" - +# Script utilisé pour "automatiser" (raccourcir) le processus de pull, d'ajout, de commit et de push pour le répositoire Gitea personnel. git pull git add . git commit