摘要: package com.robert.service; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.junit.Before; import org.j 阅读全文
posted @ 2016-10-20 13:17 梦见舟 阅读(310) 评论(0) 推荐(0) 编辑
摘要: 打开TortoiseGit控制面板 点击 Edit global .gitconfig文件 添加 [credential] helper = store OK了 你再登录一次之后密码就被记住了 阅读全文
posted @ 2016-10-20 12:45 梦见舟 阅读(95) 评论(0) 推荐(0) 编辑
摘要: git bisect 运行git bisect 通常是为了找出某个导致版本库产生倒退或bug的特殊提交 例如:你的版本库已经从一个已知的“好”状态过渡到一个已知的“坏”状态,但是是什么时候的呢? 是哪个提交导致崩溃的?使用git bisect可以帮你解决问题的答案git blame... 阅读全文
posted @ 2016-10-20 10:14 梦见舟 阅读(151) 评论(0) 推荐(0) 编辑