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