소스 검색

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"