From 10a1f07684bb1c839c049a78b76b647f9bd28917 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Sun, 29 Oct 2017 18:31:27 -0500 Subject: [PATCH] Add mfup to mfpub to get upstream changes --- buildroot/share/git/mfpub | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildroot/share/git/mfpub b/buildroot/share/git/mfpub index 9b48480d0e..dff24f9c61 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... "