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}