Browse Source

fix xup by pulling before commiting

Noah Vogt 1 năm trước cách đây
mục cha
commit
8737265612
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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"