Skip to content

Commit

Permalink
Feat: git submodule 업데이트 스크립트 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
earthicko committed Feb 20, 2023
1 parent 0e0a0c0 commit c0c0de5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions init_submodules.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
git submodule init
git submodule update
git submodule foreach git checkout main
git submodule foreach git pull

0 comments on commit c0c0de5

Please sign in to comment.