随笔分类 -  Git

摘要:Gitlab安装使用 1. 为什么要使用gitlab Git的优点多多这里就不详细介绍了; Git是版本控制系统,Github是在线的基于Git的代码托管服务; Github有个小缺陷 (也不能算是缺陷吧), 就是你的repo(repository的缩写,表示“仓库”)都需要public(公开), 阅读全文
posted @ 2019-08-10 00:00 abm 阅读(807) 评论(0) 推荐(0)
摘要:安装 安装命令: #yum install -y git #apt-get install git git配置用户信息: #git config --global user.name "Your Name" #git config --global user.email "email@example 阅读全文
posted @ 2019-02-17 11:36 abm 阅读(331) 评论(0) 推荐(0)