瀏覽代碼

Add mfup to mfpub to get upstream changes

Scott Lahteine 7 年之前
父節點
當前提交
10a1f07684
共有 1 個檔案被更改,包括 3 行新增0 行删除
  1. 3
    0
      buildroot/share/git/mfpub

+ 3
- 0
buildroot/share/git/mfpub 查看文件

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

Loading…
取消
儲存