Files
ForgeCraft/push.sh
2015-07-28 23:27:27 -04:00

10 lines
110 B
Bash
Executable File

#Test Script
clear
git status
git add --all
echo "Enter commit message"
read COM
git commit -m $COM
git push