## game 游戏业务代码 ### 子仓库 #### 初始化子仓库 ``` git submodule update --init --recursive ``` #### 更新子仓库 ``` git submodule update --remote ``` ### 代码提交