git
Pro Git
Atlassian Git Tutorial
Pro Git 简体中文翻译
GitX
myrual
V2EX  ›  git

git bisect is so cool

  •  
  •   myrual · Nov 2, 2011 · 3537 views
    This topic created in 5331 days ago, the information mentioned may be changed or developed.
    寻找何时引入bug的超级好用的工具。
    git bisect start //告诉git 开始找bug
    git bad head //告诉git 当前有问题。
    git good xxx //告诉git 某个版本/标签木问题。

    测试代码,失败的话 git bad, ok的话git good
    一旦git锁定结果会告诉哪一个版本。

    so easy。
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3099 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 23ms · UTC 13:51 · PVG 21:51 · LAX 06:51 · JFK 09:51
    ♥ Do have faith in what you're doing.