From 21249f7c3de473c6d967c08dffdf500b1803ad53 Mon Sep 17 00:00:00 2001
From: Scott Lahteine <github@thinkyhead.com>
Date: Sun, 27 Aug 2017 21:57:12 -0500
Subject: [PATCH] Add mfup to mfpub for safety

---
 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... "