Files
ForgeCraft/push.sh
2016-12-10 10:32:08 -05:00

9 lines
120 B
Bash

#Test Script
clear
git status
git add --all
IFS= read -r -p "Enter commit message: " com
git commit -m "$com"
git push