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