git config --replace-all user.email "mail@addresse.ch"
git config --replace-all user.name "Benutzername"
git add test.sh
git commit -m "Testdatei angelegt"
git push