adding push sh

This commit is contained in:
kitsushadow
2016-12-10 10:32:08 -05:00
parent e38396eb31
commit a96b9ea294

8
push.sh Normal file
View File

@@ -0,0 +1,8 @@
#Test Script
clear
git status
git add --all
IFS= read -r -p "Enter commit message: " com
git commit -m "$com"
git push