#!/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 git push