Files
ForgeCraft/push.sh
KitsuShadow 13e01d8d8a modify_push
2015-07-12 11:32:09 -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