随笔分类 -  版本工具

本地代码push到git
摘要:1、gitlab上创建blank工程 test https://aaa.bbb.ccc:1234/xxx/test 2、cd到本地代码目录 ①编辑好.gitignore文件 .idea.classpath.project*.imltarget/.DS_Store.gitattributesout ② 阅读全文

posted @ 2021-08-10 09:29 floud 阅读(84) 评论(0) 推荐(0)

svn迁移到git
摘要:本地新建文件夹source 在source中右键,git bash here git svn clone svn://1.2.3.4/a/b/c/demo 输入svn账号密码 cd demo #可用git log命令查看svn提交记录 在gitlab上新建空工程,假设为http://192.168. 阅读全文

posted @ 2021-05-19 10:00 floud 阅读(122) 评论(0) 推荐(0)