From 9f1f8e4f9134d1feb9595db5b9c550948f8a5da3 Mon Sep 17 00:00:00 2001 From: Mohammad-Ali Minaie Date: Sat, 1 Apr 2017 21:27:50 -0400 Subject: [PATCH] modified push script --- push.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/push.sh b/push.sh index eba4d10b..cd25b2b6 100644 --- a/push.sh +++ b/push.sh @@ -5,5 +5,6 @@ git status git add --all :/ IFS= read -r -p "Enter commit message: " com git commit -m "${com}" -git push nmd master -git push github master +IFS= read -r -p "Enter Branch name: " com1 +git push nmd ${com1} +git push github ${com1}