My private frameworks,so don't download!
- Create new project in GitHub! (eg:https://github.com/huangxinping/Weather.git)
- git clone --bare https://github.com/huangxinping/App.git
- cd App.git/
- git push --mirror https://github.com/huangxinping/Weather.git
- git clone https://github.com/huangxinping/Weather.git
- cd Weather/
- git submodule add -f https://github.com/huangxinping/ShareMergeLib.git Vendor/ShareMerge
- git submodule add -f https://github.com/JJMM/DurexKit.git Vendor/DurexKit
- git submodule add -f https://github.com/huangxinping/GT.git Vendor/GTCore
- git submodule init
- git submodule update
- git submodule add -f https://github.com/huangxinping/QiniuSDK.git Vendor/QiniuSDK
- git submodule add -f https://github.com/huangxinping/SMMinizip.git Vendor/SMMinizip
- My private project
- My company project
- huangxp@iiseeuu.com
- 1260978307
我自己的私人框架,请不要下载!
- 在GitHub中创建新工程 (例如:https://github.com/huangxinping/Weather.git)
- 克隆模板工程:git clone --bare https://github.com/huangxinping/App.git
- 进入模板工程:cd App.git/
- 使用镜像方式推送到新创建的工程:git push --mirror https://github.com/huangxinping/Weather.git
- 克隆新创建的工程:git clone https://github.com/huangxinping/Weather.git
- 进入新创建工程:cd Weather/
- 下载依赖库:git submodule add -f https://github.com/huangxinping/ShareMergeLib.git Vendor/ShareMerge
- 下载依赖库:git submodule add -f https://github.com/JJMM/DurexKit.git Vendor/DurexKit
- 下载依赖库:git submodule add -f https://github.com/huangxinping/GT.git Vendor/GTCore
- 初始化子模块:git submodule init
- 更新子模块:git submodule update
- 下载QiniuSDK:git submodule add -f https://github.com/huangxinping/QiniuSDK.git Vendor/QiniuSDK
- 下载zipSDK:git submodule add -f https://github.com/huangxinping/SMMinizip.git Vendor/SMMinizip
- 私人工程
- 公司工程
- huangxp@iiseeuu.com
- 1260978307