From 67e2f4a5f4b9ace9b56fedc5deebb0daf8d97cfa Mon Sep 17 00:00:00 2001 From: Mohammad-Ali Minaie Date: Thu, 6 Apr 2017 21:30:49 -0400 Subject: [PATCH] modified push script --- push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/push.sh b/push.sh index e5aeff85..36349805 100644 --- a/push.sh +++ b/push.sh @@ -5,7 +5,8 @@ git status git add --all :/ IFS= read -r -p "Enter commit message: " com git commit -m "${com}" -echo $(git branch) +#echo $(git branch) +git branch IFS= read -r -p "Enter Branch name: " com1 git push nmd ${com1} git push github ${com1}