diff --git a/push.sh b/push.sh index a7d02a9b..922814c9 100755 --- a/push.sh +++ b/push.sh @@ -3,6 +3,7 @@ clear git status git add --all +echo "Enter commit message" read COM git commit -m $COM git push