From 6f75507c0eff5222890db67f51faa0659a5d6b47 Mon Sep 17 00:00:00 2001 From: kitsushadow Date: Sat, 10 Dec 2016 10:45:35 -0500 Subject: [PATCH] update push script --- push.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/push.sh b/push.sh index 5595692a..eba4d10b 100644 --- a/push.sh +++ b/push.sh @@ -2,7 +2,8 @@ clear git status -git add --all +git add --all :/ IFS= read -r -p "Enter commit message: " com -git commit -m "$com" -git push +git commit -m "${com}" +git push nmd master +git push github master