Skip to content

Add Git Bisect commands - #1

Open
tedbow wants to merge 4 commits into
mainfrom
bisect
Open

Add Git Bisect commands#1
tedbow wants to merge 4 commits into
mainfrom
bisect

Conversation

@tedbow

@tedbow tedbow commented Oct 23, 2023

Copy link
Copy Markdown
Owner

Example usage

git bisect start BAD GOOD
git bisect run  do.php bisect ../bisect-try.patch core/modules/system/tests/src/Functional/Batch/ProcessingTest.php

If you don't know good commit use:
do.php pass ../bisect-try.patch core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php

Or with options
do.php pass --skip-cnt=100 --max=60 ../bisect-try.patch core/modules/system/tests/src/FunctionalJavascript/Batch/ProcessingTest.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant