modified push script

This commit is contained in:
Mohammad-Ali Minaie
2017-04-06 21:30:49 -04:00
parent e7ee4138d9
commit 67e2f4a5f4

View File

@@ -5,7 +5,8 @@ git status
git add --all :/ git add --all :/
IFS= read -r -p "Enter commit message: " com IFS= read -r -p "Enter commit message: " com
git commit -m "${com}" git commit -m "${com}"
echo $(git branch) #echo $(git branch)
git branch
IFS= read -r -p "Enter Branch name: " com1 IFS= read -r -p "Enter Branch name: " com1
git push nmd ${com1} git push nmd ${com1}
git push github ${com1} git push github ${com1}