Files
ForgeCraft/push.sh
Mohammad-Ali Minaie 29b314486a pushing up bugfix
2018-10-22 08:17:52 -04:00

13 lines
235 B
Bash
Executable File

#Test Script
clear
git status
git add --all :/
IFS= read -r -p "Enter commit message: " com
git commit -m "${com}"
#echo $(git branch)
git branch
IFS= read -r -p "Enter Branch name: " com1
git push nmd ${com1}
git push github ${com1}