浏览代码

fix xup by pulling before commiting

Noah Vogt 1 年之前
父节点
当前提交
8737265612
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      local-bin/xup

+ 1 - 0
local-bin/xup

@@ -29,6 +29,7 @@ done
 
 
 cd "$XDG_REPO_BASE" || exit 1
+git pull
 ./signpkgs
 git add .
 git commit -m "$commit_msg"