Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 454 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 454 Bytes

IceWhale-OpenAPI

Include this Git repository as a submodule in any private IceWhale-* repository:

git submodule add https://github.com/IceWhaleTech/IceWhale-OpenAPI.git api

If you already have a local api folder for OpenAPI, then remove it before adding the submodule:

git rm --cached api -r

This design ensures IceWhale-* repositories kept private, while still be able to share common APIs and models with others.