From da4657e6194c4c58ceeb388bddb6a86981d141c9 Mon Sep 17 00:00:00 2001 From: khushal Date: Thu, 10 Oct 2024 12:07:03 +0530 Subject: [PATCH] (20241010) With shell scripts. --- to_git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/to_git.sh b/to_git.sh index eda8f3d..03ffea7 100644 --- a/to_git.sh +++ b/to_git.sh @@ -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"