mirror of
https://github.com/superhelio/tools.git
synced 2026-01-26 03:14:00 +00:00
Push master and dev branches explicitly
This commit is contained in:
@@ -146,6 +146,8 @@ echo -ne "${QUESTION_FLAG} ${CYAN}Push?"
|
||||
read PUSH
|
||||
if [[ $PUSH =~ [yY](es)* ]] || [ "$PUSH" = "" ]; then
|
||||
git push --tags
|
||||
git push $BRANCH_MASTER
|
||||
git push $BRANCH_DEV
|
||||
fi
|
||||
|
||||
echo -e "${NOTICE_FLAG} Done!"
|
||||
|
||||
Reference in New Issue
Block a user