소스 검색

Add bulk-update-subtree

Willy-JL 2 년 전
부모
커밋
aab170e4e4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitconfig

+ 1 - 0
.gitconfig

@@ -1,2 +1,3 @@
 [alias]
     update-subtree = "!f() { git subtree pull -P $GIT_PREFIX $(<${GIT_PREFIX}.gitremote); }; f"
+    bulk-update-subtree = "!f() { find . -name .gitremote -execdir git update-subtree \\;; }; f"