We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8adfa commit 0b0950eCopy full SHA for 0b0950e
git-commit-push-script.sh
@@ -10,7 +10,8 @@ git add -A
10
ticket=$(pwd | grep -oE "CRS-[0-9]+" | head -n 1)
11
12
# Prompt for commit message
13
-read -p "Enter commit message: " message
+echo -n "Enter commit message: "
14
+read message
15
16
# Prepare and execute commit command
17
git commit -S -m "$ticket - $message"
0 commit comments