Commit Me Please

This commit is contained in:
KitsuShadow
2016-02-21 13:01:40 -05:00
parent 63a0c0bfb2
commit bf8691e10c

View File

@@ -3,7 +3,6 @@
clear clear
git status git status
git add --all git add --all
echo "Enter commit message" IFS= read -r -p "Enter commit message: " com
read COM git commit -m "$com"
git commit -m $COM
git push git push