首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
›
Pro Git
›
Atlassian Git Tutorial
›
Pro Git 简体中文翻译
›
GitX
广告
V2EX
›
git
git bisect is so cool
myrual
·
2011-11-02 17:47:30 +08:00
· 2929 次点击
这是一个创建于 4770 天前的主题,其中的信息可能已经有所发展或是发生改变。
寻找何时引入bug的超级好用的工具。
git bisect start //告诉git 开始找bug
git bad head //告诉git 当前有问题。
git good xxx //告诉git 某个版本/标签木问题。
测试代码,失败的话 git bad, ok的话git good
一旦git锁定结果会告诉哪一个版本。
so easy。
目前尚无回复
git
so
good
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2642 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms ·
UTC 11:16
·
PVG 19:16
·
LAX 03:16
·
JFK 06:16
Developed with
CodeLauncher
♥ Do have faith in what you're doing.