Updating branch

This commit is contained in:
Mohammad-Ali Minaie
2017-04-04 17:42:04 -04:00
parent fc0b4e7394
commit fbe99fd38b
27 changed files with 46 additions and 36 deletions

View File

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