上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页
流程:在客户端创建分支,修改代码,并push,然后在页面处理即可。(区别在于一个在客户端,一个在页面) 实际的开放中要记得打tag,不然到时候出问题了以后不知道从哪里开始。 Read More
posted @ 2018-04-05 12:58 虚极静笃 Views(216) Comments(0) Diggs(0)
新建分支: 然后修改日志文件: 提交: 然后push: 合并分支: Read More
posted @ 2018-04-05 12:30 虚极静笃 Views(220) Comments(0) Diggs(0)
posted @ 2018-04-05 12:11 虚极静笃 Views(175) Comments(0) Diggs(0)
查看日志: 找一个时间点: 然后指针指向该时间点: 但是我们又想回到未来呢: Read More
posted @ 2018-04-05 12:05 虚极静笃 Views(558) Comments(0) Diggs(0)
参考上一节,提交即可。 Read More
posted @ 2018-04-05 11:51 虚极静笃 Views(138) Comments(0) Diggs(0)
当出现冲突,我们push的时候,会出现: 然后pull,下拉到本地: 查看冲突: 然后进入冲突文件: 修改为: 保存退出。 提交: Read More
posted @ 2018-04-05 11:45 虚极静笃 Views(690) Comments(0) Diggs(0)
1.将项目下载到本地: 2.在客户端中,右键点击test,选择show in explorer: 然后修改日志文件并保存: 3.在客户端中填写备注并提交: 4.提交到github中: Read More
posted @ 2018-04-05 11:11 虚极静笃 Views(182) Comments(0) Diggs(0)
1.下载并安装github客户端:https://desktop.github.com/ 2.进入自己的主页,新建一个项目: Read More
posted @ 2018-04-05 10:57 虚极静笃 Views(138) Comments(0) Diggs(0)
1.在linux下获取项目: 2.在linux中提交项目: 这时候我们在光标处添加注释,然后保存退出。 再查看下状态: 接下来问题来了: 解决办法: vim .git/config 修改:[remote "origin"] url = https://github.com/youname/examp Read More
posted @ 2018-04-05 10:57 虚极静笃 Views(248) Comments(0) Diggs(0)
因为默认是输出info和以上级别的日志,所以debug没有输出。 这里的参数LoggerTest.class表示在控制台打印com.imooc.LoggerTest,如果换成其他的类,那么控制台也会相应的打印该类。 有一种更简单的写法(使用@Slf4j注解代替,注解属于lombok,需要安装lomb Read More
posted @ 2018-04-04 22:59 虚极静笃 Views(229) Comments(0) Diggs(0)
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 33 下一页