mirror of
https://github.com/superhelio/tools.git
synced 2026-01-26 11:24:06 +00:00
Better wording to push question
This commit is contained in:
@@ -148,7 +148,7 @@ git merge --no-ff "$BRANCH_RELEASE"
|
||||
# Remove release branch
|
||||
git branch -d "$BRANCH_RELEASE"
|
||||
|
||||
echo -ne "${QUESTION_FLAG} ${CYAN}Push?"
|
||||
echo -ne "${QUESTION_FLAG} ${CYAN}Push everything to origin?"
|
||||
|
||||
read -r PUSH
|
||||
if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then
|
||||
|
||||
Reference in New Issue
Block a user