This commit is contained in:
stephan.raabe
2023-02-13 13:37:10 +01:00
parent 2d631106ac
commit 8eed0a5315
4 changed files with 17 additions and 16 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
#!/bin/sh
#
echo -e "Enter the git commit message: \c "
read comment
read -p "Enter the git commit message: " comment
git add -A
git commit -m "$comment"
git push