„pushchanges.sh“ hinzufügen

This commit is contained in:
Yann Mölle 2023-04-27 13:58:08 +02:00
parent 5b75c70e33
commit bb5b825ec4

5
pushchanges.sh Normal file
View File

@ -0,0 +1,5 @@
git add .
echo Write a short commit:
read commit
git commit -m " '$commit' "
git push