Many hands make work light!
share-projects
|--pro1
|--CMakeLists.txt
|--src/
|--build/
|--test.cpp
|--pro2
|--CMakeLists.txt
|--src/
|--build/
|--test.cpp
...
- git clone git@.....
- cd share-projects/pro1/build
- cmake ..
- ./test
- clone 本项目
- 新建 xxx-dev 分支
- 提交代码