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