Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git bisect automated

    git bisect start bad-commit good-commit
    git bisect run command_with_exit_code_0_on_good_commit --and nonzero on broken commit
Source by lwn.net #
 
PREVIOUS NEXT
Tagged: #git #bisect #automated
ADD COMMENT
Topic
Name
2+7 =