Add info messages during merge
This commit is contained in:
parent
c6d613eb64
commit
e473740e9c
2
merge.sh
2
merge.sh
|
@ -1,3 +1,5 @@
|
||||||
git checkout prod
|
git checkout prod
|
||||||
git merge --no-ff --no-commit origin/master
|
git merge --no-ff --no-commit origin/master
|
||||||
git checkout HEAD -- pom.xml
|
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"
|
||||||
|
|
Loading…
Reference in New Issue