modify_push

This commit is contained in:
KitsuShadow
2015-07-12 11:32:09 -04:00
parent 0d762ba778
commit 13e01d8d8a

View File

@@ -3,6 +3,7 @@
clear clear
git status git status
git add --all git add --all
echo "Enter commit message"
read COM read COM
git commit -m $COM git commit -m $COM
git push git push