diff --git a/buildroot/share/git/mfpub b/buildroot/share/git/mfpub index 9b48480d0e28ee98ebc15672977db4dc97046cc6..dff24f9c611c106134128b4bc4e95074163c134f 100755 --- a/buildroot/share/git/mfpub +++ b/buildroot/share/git/mfpub @@ -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... "