From c0bbaa2d1dc76349d5e73e15b7e3930cdda8fcdb Mon Sep 17 00:00:00 2001 From: simon Date: Sun, 6 Aug 2017 16:58:33 +0200 Subject: [PATCH] fix --- sgit | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sgit b/sgit index 3da722f..40ab2eb 100755 --- a/sgit +++ b/sgit @@ -12,7 +12,9 @@ exit 1 fi git config --global user.email "${1}" +git config --global user.name "${1}" git status +git pull git add --all git commit --all -m "${2}" git show