https://github.com/githubtraining/example-bisect
https://github.com/githubtraining/example-bisect
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/githubtraining/example-bisect
- Owner: githubtraining
- Created: 2014-04-22T19:08:15.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-22T19:09:14.000Z (about 12 years ago)
- Last Synced: 2023-05-22T10:55:15.721Z (almost 3 years ago)
- Size: 117 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Bisect Example
## Instructions
To run the demo:
git bisect start
git bisect bad
git bisect good HEAD~11
git bisect run mvn test
To display results in text form:
git bisect log
To display results in GitK:
git bisect visualize
To start over:
git bisect reset