From dae68f3e454e47976d8808ed6956a300b173e837 Mon Sep 17 00:00:00 2001 From: "guillaume.emorine" Date: Thu, 4 Apr 2024 14:23: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 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/automate.sh b/automate.sh index 8cab151..77c21be 100644 --- a/automate.sh +++ b/automate.sh @@ -1,4 +1,11 @@ #!/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" + git pull git add . git commit