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