From 1ae7d94c20d6ca3dd5d4b268a8d0d4455bea839e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Jul 2017 20:36:37 +0200 Subject: [PATCH] fix --- sgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgit b/sgit index c44d6d0..f85189a 100755 --- a/sgit +++ b/sgit @@ -14,6 +14,6 @@ fi git config --global user.email "${1}" git add --all git commit --all -m "${2}" -git push git show +git push git status