Info update

This commit is contained in:
stephan.raabe
2023-02-08 16:14:43 +01:00
parent 0e47da2e76
commit 5a6472a1fa
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
echo -e "Enter the git commit message: \c "
read comment
git add *
git add -A
git commit -m "$comment"
git push