You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uoa-monitor-service/merge.sh

6 lines
220 B
Bash

git checkout prod
git merge --no-ff --no-commit origin/master
git checkout HEAD -- pom.xml
echo "Merge is completed, update version in pom.xml and then commit and push."
echo "Don't forget to checkout master after push"