Add mfup to mfpub to get upstream changes

This commit is contained in:
Scott Lahteine 2017-10-29 18:31:27 -05:00
parent b232f39341
commit 10a1f07684

View file

@ -45,6 +45,9 @@ git clean -d -f
# Push 'master' to the fork and make a proper PR...
if [[ $BRANCH == "master" ]]; then
# Don't lose upstream changes!
mfup
# Allow working directly with the main fork
echo
echo -n "Pushing to origin/master... "