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 3e6faf4 commit 39f7becCopy full SHA for 39f7bec
git-commit-push-script.sh
@@ -8,9 +8,7 @@ git add -A
8
ticket=$(pwd | grep -oE "CRS-[0-9]+" | head -n 1)
9
10
# Prompt for commit message
11
-
12
-echo "Enter commit message: "
13
-read message
+read -p "Enter commit message: " message
14
echo "Commit message: $ticket - $message"
15
16
# Prepare and execute commit command
0 commit comments