Browse Source

Add mfup to mfpub for safety

Scott Lahteine 8 years ago
parent
commit
21249f7c3d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      buildroot/share/git/mfpub

+ 3
- 0
buildroot/share/git/mfpub View File

45
 # Push 'master' to the fork and make a proper PR...
45
 # Push 'master' to the fork and make a proper PR...
46
 if [[ $BRANCH == "master" ]]; then
46
 if [[ $BRANCH == "master" ]]; then
47
 
47
 
48
+  # Don't lose upstream changes!
49
+  mfup
50
+
48
   # Allow working directly with the main fork
51
   # Allow working directly with the main fork
49
   echo
52
   echo
50
   echo -n "Pushing to origin/master... "
53
   echo -n "Pushing to origin/master... "

Loading…
Cancel
Save