Skip to content

Commit 39f7bec

Browse files
committed
-
1 parent 3e6faf4 commit 39f7bec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

git-commit-push-script.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ git add -A
88
ticket=$(pwd | grep -oE "CRS-[0-9]+" | head -n 1)
99

1010
# Prompt for commit message
11-
12-
echo "Enter commit message: "
13-
read message
11+
read -p "Enter commit message: " message
1412
echo "Commit message: $ticket - $message"
1513

1614
# Prepare and execute commit command

0 commit comments

Comments
 (0)