gitpush/pushchanges.sh

5 lines
85 B
Bash

git add .
echo Write a short commit:
read commit
git commit -m " '$commit' "
git push