(20241010) With shell scripts.

This commit is contained in:
2024-10-10 12:07:03 +05:30
parent 4445bceac0
commit da4657e619
+1 -1
View File
@@ -10,7 +10,7 @@ read -r COMMENT
# Add all the modified files to the intended commit:
git add .
echo "File added."
echo "Files added."
# Make the commit:
git commit -m "$COMMENT"