Skip to content

Git clone with submodule

Mambo edited this page Apr 20, 2026 · 2 revisions
# $ORG = 조직명
# $ORG_MEMBER = 멤버명
git config --global url."https://$ORG_MEMBER@github.com/$ORG/".insteadOf "git@github.com:$ORG/"
git submodule update --init $ORG-common

Clone this wiki locally