gitpush/pushchanges.sh

5 lines
85 B
Bash
Raw Normal View History

2023-04-27 13:58:08 +02:00
git add .
echo Write a short commit:
read commit
git commit -m " '$commit' "
git push