持续集成搭建CI
持续继承环境搭建、应用
aSuncat
一只积极向上、乐观开朗的太阳猫...
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【笔记-git】《imooc-git入门》、《 imooc-版本管理工具介绍-git篇》、《imooc-版本控制入门 – 搬进 Github》、《PHP项目中的Gitflow多人协作开发工作流》
imooc-git入门一、git操作1、git status // git状态2、git add bash_demo.txt // 提交到暂存区3、git commit -m “bash first commit” // 提交到本地仓库4、git add bash_demo.txt5、git checkout – bash_demo.txt // 暂存区丢弃6、git add b...原创 2019-04-18 11:58:36 · 691 阅读 · 0 评论 -
nexus管理npm包,npm包发布在私有仓库(nexus)中
一、登陆nexus地址:http://10.137.8.212:8081/#admin/repository/blobstores二、创建知识库,有3种类型,这次暂时只用到1种三、创建npm(hosted)私有仓库四、配置权限五、创建一个npm包,发布到建立的私服1、桌面创建一个yx-test-local文件夹,里面包含index.js和package.json(1)cd ~...原创 2019-10-11 16:31:27 · 12054 阅读 · 0 评论
分享