Browse Source

Add mfup to mfpub to get upstream changes

Scott Lahteine 7 years ago
parent
commit
10a1f07684
1 changed files with 3 additions and 0 deletions
  1. 3 0
      buildroot/share/git/mfpub

+ 3 - 0
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... "