使用Git对代码库进行管理

git clone下载代码库到本地

1.进入caffe文件夹
2.打开Git
3.git status查看新添加的文件

4.git checkout (-b) synthetic_moire (新建)分支
5.git add +新添加的文件
6.git commit -m '注释'
7.git checkout ssd
8.git pull
9.git checkout synthetic_moire

10.git rebase ssd 与主分支合并
11.git push (-f)(强制)上传
12.git pull 更新下载到本地
13.到gitlab上请求merge request

完成

posted on 2019-07-30 14:10  mingzhou_liu  阅读(119)  评论(0)    收藏  举报

导航