From 99039cb4ccfe212bd9300eec42e73f16b0786c05 Mon Sep 17 00:00:00 2001 From: simono41 Date: Mon, 13 Nov 2017 07:23:18 -0500 Subject: [PATCH] new-script --- sgit | 1 + 1 file changed, 1 insertion(+) diff --git a/sgit b/sgit index 40ab2eb..8b8f667 100755 --- a/sgit +++ b/sgit @@ -11,6 +11,7 @@ echo "Bitte email und commit angeben!!!" exit 1 fi +git config --global push.default simple git config --global user.email "${1}" git config --global user.name "${1}" git status