Skip to content

Commit 0b0950e

Browse files
committed
-
1 parent 0c8adfa commit 0b0950e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-commit-push-script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ git add -A
1010
ticket=$(pwd | grep -oE "CRS-[0-9]+" | head -n 1)
1111
1212
# Prompt for commit message
13-
read -p "Enter commit message: " message
13+
echo -n "Enter commit message: "
14+
read message
1415
1516
# Prepare and execute commit command
1617
git commit -S -m "$ticket - $message"

0 commit comments

Comments
 (0)