소스 검색

Add in support for a "mid-sync" script

Samuel W. Flint 5 년 전
부모
커밋
9f102bfd80
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      git-sync

+ 1 - 0
git-sync

@@ -12,6 +12,7 @@ cd $TREE
 [ -e pre-sync ] && sh pre-sync
 git stash push -u -m "SYNC SAVE"
 git pull
+[ -e mid-sync ] && sh mid-sync
 git push
 [ -e post-sync ] && sh post-sync
 if git stash list | grep "SYNC SAVE" >/dev/null ; then