随笔分类 -  版本控制工具

Ubuntu GitLab仓库服务器搭建
摘要:参考:https://www.jianshu.com/p/74a3a181dc36 阅读全文
posted @ 2021-02-22 17:16 Malphite 阅读(95) 评论(0) 推荐(0)
git 使用方法
摘要:1、本地回退 git reset --hard commit_id 2、下载branch code git clone -b branch_name URL 3、查看已经暂存起来的变化 git diff --cached 4、stash当前修改 git stash 5、重新应用缓存的stash gi 阅读全文
posted @ 2019-02-20 14:08 Malphite 阅读(148) 评论(0) 推荐(0)
Server SSL certificate verification failed: certificate has expired, issuer is not trusted
摘要:Unable to connect to a repository at URL 'https://xxxxx/svn/include' Server SSL certificate verification failed: certificate has expired, issuer is no 阅读全文
posted @ 2018-01-12 09:38 Malphite 阅读(6559) 评论(0) 推荐(0)
使用 TortoiseSVN 创建 svn branch
摘要:1、使用TortoiseSVN->Repo-browser进入仓库。 2、选择需要创建分支的文件->Copy to 添加分支路径后,点击ok Rename:trunk路径 格式:https://ip/trunk-path new name:branch路径 格式:https://ip/branch- 阅读全文
posted @ 2017-12-11 10:31 Malphite 阅读(482) 评论(0) 推荐(0)
linux git 安装方法
摘要:最早Git是在Linux上开发的,很长一段时间内,Git也只能在Linux和Unix系统上跑。不过,慢慢地有人把它移植到了Windows上。现在,Git可以在Linux、Unix、Mac和Windows这几大平台上正常运行了。 要使用Git,第一步当然是安装Git了。根据你当前使用的平台来阅读下面的 阅读全文
posted @ 2017-08-24 15:17 Malphite 阅读(10049) 评论(1) 推荐(0)
builtroot 添加git 下载方式
摘要:1、buildroot/Config.in 配置default git server eg:config xxxx_GIT_SITE string "git site" default "git@gitlab.xxxxxxx.com" 2、buildroot/package/pkg-download 阅读全文
posted @ 2017-08-01 15:49 Malphite 阅读(998) 评论(0) 推荐(0)