Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 224 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 224 Bytes

Usage

//add submodule
git submodule add git@github.com:jianjunhuang/android-kotlin-base.git

//update submodule
git submodule update --remote --merge

//or

cd <submodule>
git fetch
git merge origin master