Git
Ricky_Huo
曾经是个全栈,立志于不做全栈
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Ubuntu下AMP环境搭建以及代码管理流程介绍
Ubuntu下AMP环境搭建以及代码管理流程介绍AMP环境安装、使用Apache Web服务器apt-get install apache2apt-get install libapache2-mod-php5Mysql 开源数据库安装apt-get install mysql-serverapt-get isntall mysql-clientapt-get install libmys原创 2016-04-28 10:03:22 · 1140 阅读 · 0 评论 -
Git版本管理简单使用
Git 版本管理安装 yum install git //建议安装版本>1.8简易的命令行入门教程Git全局设置:git config --global user.name "huochen"git config --global user.email "shixi_hucohen@staff.mail.sina.com"//配置git当前用户信息创建git仓库:mkdir test原创 2016-04-27 09:59:16 · 547 阅读 · 0 评论 -
Gitlab CI集成工具的应用
Gitlab CI集成工具的应用什么是Gitlab CI工具Continuous Integration is a software development practice in which you build and test software every time a developer pushes code to the application, and it happens s...原创 2019-01-10 15:38:30 · 4677 阅读 · 0 评论
分享