上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 49 下一页
摘要: 参考: https://blog.csdn.net/u012804886/article/details/83059315 https://www.cnblogs.com/wfsovereign/p/4186910.html 需求分析假设小明有一天不小心把本地仓库的一个文件夹A推送到了远程GIT服务 阅读全文
posted @ 2019-06-04 15:14 wangju003 阅读(3540) 评论(0) 推荐(2) 编辑
摘要: 首先检查pycharm是否安装了ignore插件 项目目录如图: 选中项目automationTest名称,右击-->New-->查看是否有ignore file选项,如果有表示Pycahrm已经配置了ignore插件,如果没有,则需要安装插件 pycharm安装.ignore插件 File --> 阅读全文
posted @ 2019-06-04 11:39 wangju003 阅读(2358) 评论(0) 推荐(0) 编辑
摘要: 转载: https://www.cnblogs.com/caseast/p/6085837.html 其它参考: https://www.cnblogs.com/yigehundan/p/6026925.html 使用git+pycharm有一段时间了,算是稍有点心得,这边整理一下,可能有的方法不是 阅读全文
posted @ 2019-06-04 11:11 wangju003 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: 原文出处: 谢谢前辈 https://www.cnblogs.com/xie-kun/p/7775210.html 阅读全文
posted @ 2019-06-03 17:44 wangju003 阅读(641) 评论(0) 推荐(0) 编辑
摘要: 参照 : https://blog.csdn.net/iefreer/article/details/7679631 用git pull来更新代码的时候,遇到了下面的问题: error: Your local changes to the following files would be overw 阅读全文
posted @ 2019-06-03 10:59 wangju003 阅读(544) 评论(0) 推荐(0) 编辑
摘要: 命令说明: 测试 下执行是否报错 开始执行脚本了 不知道为什么我上面那段shell不能加#注释,一加#注释就会报找不到目录 难道是我这种注释方法有问题吗? 阅读全文
posted @ 2019-06-03 10:29 wangju003 阅读(631) 评论(0) 推荐(1) 编辑
摘要: git 提交代码前先pull代码,否则会报如下错误 wangju@wangju-HP-348-G4:~/test/reponselogiccheck$ git statusOn branch masterYour branch is ahead of 'origin/master' by 1 com 阅读全文
posted @ 2019-06-01 10:54 wangju003 阅读(5964) 评论(0) 推荐(0) 编辑
摘要: https://segmentfault.com/q/1010000012575095/a-1020000012590560 简单的说,job 中保存的是项目是在 jenkins 上的配置、日志、构建结果等workspace 就是工作目录,一般就是 Down 下来的源代码目录 阅读全文
posted @ 2019-06-01 10:35 wangju003 阅读(2486) 评论(0) 推荐(0) 编辑
摘要: 参考文档:GitLab 自动触发 Jenkins 构建 配置前的准备工作: 1.下载gitlab插件 之后,就可以在 项目配置》构建触发器中看到这一项 Build when a change is pushed to GitLab 接下来进入具体的配置操作 jenkins-job配置 Jenkins 阅读全文
posted @ 2019-05-31 17:46 wangju003 阅读(1527) 评论(0) 推荐(0) 编辑
摘要: 转载:https://www.cnblogs.com/lin3615/p/3773685.html centos 开启终端默认时不禁止的,所以得手动开启(可自定义键盘)菜单:System->Preferences->Keyboard Shortcuts在Desktop分类下找到“Run a term 阅读全文
posted @ 2019-05-31 17:30 wangju003 阅读(8208) 评论(0) 推荐(0) 编辑
上一页 1 ··· 34 35 36 37 38 39 40 41 42 ··· 49 下一页