Skip to content

Github WIKI를 하위 모듈로 포함하여 Push 하는 방법

ksw6169 edited this page Dec 20, 2020 · 1 revision
git clone https://github.com/team-tancheon/book-lounge.git

cd 'book-lounge/토비의 스프링/1주차'

-- ex. git submodule add https://github.com/ksw6169/toby-of-spring.wiki.git '김성원_1주차'
git submodule add {git wiki path} {alias}

git commit -m {commit message}

git push
Clone this wiki locally